| Package | Description | 
|---|---|
| io.druid.segment.column | |
| io.druid.segment.data | |
| io.druid.segment.serde | 
| Constructor and Description | 
|---|
SimpleDictionaryEncodedColumn(ColumnarInts singleValueColumn,
                             ColumnarMultiInts multiValueColumn,
                             CachingIndexed<String> cachedLookups)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VSizeColumnarInts  | 
| Modifier and Type | Method and Description | 
|---|---|
ColumnarInts | 
VSizeColumnarInts.get()  | 
ColumnarInts | 
CompressedVSizeColumnarIntsSupplier.get()  | 
ColumnarInts | 
CompressedColumnarIntsSupplier.get()  | 
| Constructor and Description | 
|---|
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
                               com.google.common.base.Supplier<ColumnarInts> singleValuedColumn,
                               com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn,
                               int lookupCacheSize)  | 
Copyright © 2011–2018. All rights reserved.