public class DictionaryEncodedColumnSupplier extends Object implements com.google.common.base.Supplier<DictionaryEncodedColumn>
| Constructor and Description |
|---|
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
com.google.common.base.Supplier<IndexedInts> singleValuedColumn,
com.google.common.base.Supplier<IndexedMultivalue<IndexedInts>> multiValuedColumn,
int lookupCacheSize) |
public DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary, com.google.common.base.Supplier<IndexedInts> singleValuedColumn, com.google.common.base.Supplier<IndexedMultivalue<IndexedInts>> multiValuedColumn, int lookupCacheSize)
public DictionaryEncodedColumn get()
get in interface com.google.common.base.Supplier<DictionaryEncodedColumn>Copyright © 2011–2015. All rights reserved.