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, com.google.common.base.Supplier<ColumnarInts> singleValuedColumn, com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn, int lookupCacheSize)
public DictionaryEncodedColumn get()
get in interface com.google.common.base.Supplier<DictionaryEncodedColumn>Copyright © 2011–2018. All rights reserved.