public class DictionaryEncodedColumnSupplier extends Object implements com.google.common.base.Supplier<DictionaryEncodedColumn<?>>
| Constructor and Description |
|---|
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
com.google.common.base.Supplier<ColumnarInts> singleValuedColumn,
com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn,
int lookupCacheSize) |
public DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary, @Nullable com.google.common.base.Supplier<ColumnarInts> singleValuedColumn, @Nullable com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn, int lookupCacheSize)
public DictionaryEncodedColumn<?> get()
get in interface com.google.common.base.Supplier<DictionaryEncodedColumn<?>>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.