Package | Description |
---|---|
io.druid.segment.column | |
io.druid.segment.data | |
io.druid.segment.serde |
Constructor and Description |
---|
SimpleDictionaryEncodedColumn(VSizeIndexedInts singleValueColumn,
VSizeIndexed multiValueColumn,
GenericIndexed<String> lookups) |
Modifier and Type | Method and Description |
---|---|
static VSizeIndexedInts |
VSizeIndexedInts.fromArray(int[] array) |
static VSizeIndexedInts |
VSizeIndexedInts.fromArray(int[] array,
int maxValue) |
static VSizeIndexedInts |
VSizeIndexedInts.fromList(List<Integer> list,
int maxValue) |
VSizeIndexedInts |
VSizeIndexed.get(int index) |
static VSizeIndexedInts |
VSizeIndexedInts.readFromByteBuffer(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
Class<? extends VSizeIndexedInts> |
VSizeIndexed.getClazz() |
Iterator<VSizeIndexedInts> |
VSizeIndexed.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
VSizeIndexedInts.compareTo(VSizeIndexedInts o) |
int |
VSizeIndexed.indexOf(VSizeIndexedInts value) |
Modifier and Type | Method and Description |
---|---|
static VSizeIndexed |
VSizeIndexed.fromIterable(Iterable<VSizeIndexedInts> objectsIterable) |
Constructor and Description |
---|
DictionaryEncodedColumnPartSerde(GenericIndexed<String> dictionary,
VSizeIndexedInts singleValCol,
VSizeIndexed multiValCol,
GenericIndexed<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> bitmaps,
com.metamx.collections.spatial.ImmutableRTree spatialIndex) |
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
VSizeIndexedInts singleValuedColumn,
VSizeIndexed multiValuedColumn,
int lookupCacheSize) |
Copyright © 2015. All rights reserved.