public static class DictionaryEncodedColumnPartSerde.Builder extends Object
public DictionaryEncodedColumnPartSerde.Builder withDictionary(GenericIndexed<String> dictionary)
public DictionaryEncodedColumnPartSerde.Builder withBitmapSerdeFactory(BitmapSerdeFactory bitmapSerdeFactory)
public DictionaryEncodedColumnPartSerde.Builder withBitmaps(GenericIndexed<com.metamx.collections.bitmap.ImmutableBitmap> bitmaps)
public DictionaryEncodedColumnPartSerde.Builder withSpatialIndex(com.metamx.collections.spatial.ImmutableRTree spatialIndex)
public DictionaryEncodedColumnPartSerde.Builder withByteOrder(ByteOrder byteOrder)
public DictionaryEncodedColumnPartSerde.Builder withSingleValuedColumn(VSizeIndexedInts singleValuedColumn)
public DictionaryEncodedColumnPartSerde.Builder withSingleValuedColumn(CompressedVSizeIntsIndexedSupplier singleValuedColumn)
public DictionaryEncodedColumnPartSerde.Builder withMultiValuedColumn(VSizeIndexed multiValuedColumn)
public DictionaryEncodedColumnPartSerde.Builder withMultiValuedColumn(CompressedVSizeIndexedSupplier multiValuedColumn)
public DictionaryEncodedColumnPartSerde build()
Copyright © 2011–2015. All rights reserved.