Package org.apache.druid.segment.serde
Class StringUtf8DictionaryEncodedColumnSupplier<TIndexed extends Indexed<ByteBuffer>>
java.lang.Object
org.apache.druid.segment.serde.StringUtf8DictionaryEncodedColumnSupplier<TIndexed>
- All Implemented Interfaces:
com.google.common.base.Supplier<DictionaryEncodedColumn<?>>,Supplier<DictionaryEncodedColumn<?>>
public class StringUtf8DictionaryEncodedColumnSupplier<TIndexed extends Indexed<ByteBuffer>>
extends Object
implements com.google.common.base.Supplier<DictionaryEncodedColumn<?>>
Supplier for
StringUtf8DictionaryEncodedColumn-
Constructor Summary
ConstructorsConstructorDescriptionStringUtf8DictionaryEncodedColumnSupplier(com.google.common.base.Supplier<TIndexed> utf8Dictionary, com.google.common.base.Supplier<ColumnarInts> singleValuedColumn, com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn, BitmapFactory bitmapFactory) -
Method Summary
-
Constructor Details
-
StringUtf8DictionaryEncodedColumnSupplier
public StringUtf8DictionaryEncodedColumnSupplier(com.google.common.base.Supplier<TIndexed> utf8Dictionary, @Nullable com.google.common.base.Supplier<ColumnarInts> singleValuedColumn, @Nullable com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn, BitmapFactory bitmapFactory)
-
-
Method Details
-
getDictionary
-
get
- Specified by:
getin interfacecom.google.common.base.Supplier<TIndexed extends Indexed<ByteBuffer>>- Specified by:
getin interfaceSupplier<TIndexed extends Indexed<ByteBuffer>>
-