public static class DictionaryEncodedColumnPartSerde.SerializerBuilder extends Object
Constructor and Description |
---|
SerializerBuilder() |
Modifier and Type | Method and Description |
---|---|
DictionaryEncodedColumnPartSerde |
build() |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
withBitmapIndex(GenericIndexedWriter<ImmutableBitmap> bitmapIndexWriter) |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
withBitmapSerdeFactory(BitmapSerdeFactory bitmapSerdeFactory) |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
withByteOrder(ByteOrder byteOrder) |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
withDictionary(GenericIndexedWriter<String> dictionaryWriter) |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
withSpatialIndex(ByteBufferWriter<ImmutableRTree> spatialIndexWriter) |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
withValue(IndexedIntsWriter valueWriter,
boolean hasMultiValue,
boolean compressed) |
public DictionaryEncodedColumnPartSerde.SerializerBuilder withDictionary(GenericIndexedWriter<String> dictionaryWriter)
public DictionaryEncodedColumnPartSerde.SerializerBuilder withBitmapSerdeFactory(BitmapSerdeFactory bitmapSerdeFactory)
public DictionaryEncodedColumnPartSerde.SerializerBuilder withBitmapIndex(GenericIndexedWriter<ImmutableBitmap> bitmapIndexWriter)
public DictionaryEncodedColumnPartSerde.SerializerBuilder withSpatialIndex(ByteBufferWriter<ImmutableRTree> spatialIndexWriter)
public DictionaryEncodedColumnPartSerde.SerializerBuilder withByteOrder(ByteOrder byteOrder)
public DictionaryEncodedColumnPartSerde.SerializerBuilder withValue(IndexedIntsWriter valueWriter, boolean hasMultiValue, boolean compressed)
public DictionaryEncodedColumnPartSerde build()
Copyright © 2011–2017. All rights reserved.