Uses of Class
org.apache.druid.segment.serde.DictionaryEncodedColumnPartSerde.SerializerBuilder
Packages that use DictionaryEncodedColumnPartSerde.SerializerBuilder
-
Uses of DictionaryEncodedColumnPartSerde.SerializerBuilder in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return DictionaryEncodedColumnPartSerde.SerializerBuilderModifier and TypeMethodDescriptionDictionaryEncodedColumnPartSerde.serializerBuilder()DictionaryEncodedColumnPartSerde.SerializerBuilder.withBitmapIndex(GenericIndexedWriter<ImmutableBitmap> bitmapIndexWriter) DictionaryEncodedColumnPartSerde.SerializerBuilder.withBitmapSerdeFactory(BitmapSerdeFactory bitmapSerdeFactory) DictionaryEncodedColumnPartSerde.SerializerBuilder.withByteOrder(ByteOrder byteOrder) DictionaryEncodedColumnPartSerde.SerializerBuilder.withDictionary(DictionaryWriter<String> dictionaryWriter) DictionaryEncodedColumnPartSerde.SerializerBuilder.withSpatialIndex(ByteBufferWriter<ImmutableRTree> spatialIndexWriter) DictionaryEncodedColumnPartSerde.SerializerBuilder.withValue(ColumnarIntsSerializer valueWriter, boolean hasMultiValue, boolean compressed)