Uses of Class
org.apache.druid.segment.data.GenericIndexedWriter
Packages that use GenericIndexedWriter
Package
Description
-
Uses of GenericIndexedWriter in org.apache.druid.segment
Fields in org.apache.druid.segment declared as GenericIndexedWriterModifier and TypeFieldDescriptionprotected GenericIndexedWriter<ImmutableBitmap>DictionaryEncodedColumnMerger.bitmapWriter -
Uses of GenericIndexedWriter in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return GenericIndexedWriterModifier and TypeMethodDescriptionstatic GenericIndexedWriter<ByteBuffer>GenericIndexedWriter.ofCompressedByteBuffers(SegmentWriteOutMedium segmentWriteOutMedium, String filenameBase, CompressionStrategy compressionStrategy, int bufferSize, int fileSizeLimit, Closer closer) Creates a new writer that accepts byte buffers and compresses them. -
Uses of GenericIndexedWriter in org.apache.druid.segment.nested
Constructors in org.apache.druid.segment.nested with parameters of type GenericIndexedWriterModifierConstructorDescriptionInternalSerializer(String columnName, Byte variantTypeSetByte, DictionaryWriter<String> dictionaryWriter, FixedIndexedWriter<Long> longDictionaryWriter, FixedIndexedWriter<Double> doubleDictionaryWriter, FrontCodedIntArrayIndexedWriter arrayDictionaryWriter, SingleValueColumnarIntsSerializer encodedValueSerializer, GenericIndexedWriter<ImmutableBitmap> bitmapIndexWriter, FixedIndexedIntWriter arrayElementDictionaryWriter, GenericIndexedWriter<ImmutableBitmap> arrayElementIndexWriter, DictionaryIdLookup dictionaryIdLookup, boolean writeDictionary) -
Uses of GenericIndexedWriter in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde with parameters of type GenericIndexedWriterModifier and TypeMethodDescriptionDictionaryEncodedColumnPartSerde.SerializerBuilder.withBitmapIndex(GenericIndexedWriter<ImmutableBitmap> bitmapIndexWriter)