public class StringFrontCodedDictionaryEncodedColumnSupplier extends Object implements com.google.common.base.Supplier<DictionaryEncodedColumn<?>>
DictionaryEncodedColumnSupplier but for columns using a StringFrontCodedDictionaryEncodedColumn
instead of the traditional StringDictionaryEncodedColumn| Constructor and Description |
|---|
StringFrontCodedDictionaryEncodedColumnSupplier(com.google.common.base.Supplier<FrontCodedIndexed> utf8Dictionary,
com.google.common.base.Supplier<ColumnarInts> singleValuedColumn,
com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn) |
public StringFrontCodedDictionaryEncodedColumnSupplier(com.google.common.base.Supplier<FrontCodedIndexed> utf8Dictionary, @Nullable com.google.common.base.Supplier<ColumnarInts> singleValuedColumn, @Nullable com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn)
public DictionaryEncodedColumn<?> get()
get in interface com.google.common.base.Supplier<DictionaryEncodedColumn<?>>Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.