| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.column | |
| io.druid.segment.data | |
| io.druid.segment.serde |
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressedVSizeIndexedSupplier.CompressedVSizeIndexed |
| Modifier and Type | Method and Description |
|---|---|
IndexedMultivalue<IndexedInts> |
CompressedVSizeIndexedSupplier.get() |
| Constructor and Description |
|---|
SimpleDictionaryEncodedColumn(IndexedInts singleValueColumn,
IndexedMultivalue<IndexedInts> multiValueColumn,
CachingIndexed<String> cachedLookups) |
| Modifier and Type | Class and Description |
|---|---|
class |
VSizeIndexed |
| Modifier and Type | Method and Description |
|---|---|
IndexedMultivalue<IndexedInts> |
VSizeIndexed.VSizeIndexedSupplier.get() |
| Modifier and Type | Method and Description |
|---|---|
WritableSupplier<IndexedMultivalue<IndexedInts>> |
VSizeIndexed.asWritableSupplier() |
| Constructor and Description |
|---|
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
com.google.common.base.Supplier<IndexedInts> singleValuedColumn,
com.google.common.base.Supplier<IndexedMultivalue<IndexedInts>> multiValuedColumn,
int lookupCacheSize) |
Copyright © 2011–2015. All rights reserved.