Package | Description |
---|---|
io.druid.segment.data | |
io.druid.segment.serde |
Modifier and Type | Method and Description |
---|---|
static VSizeIndexedInts |
VSizeIndexedInts.empty() |
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() |
Modifier and Type | Method and Description |
---|---|
int |
VSizeIndexedInts.compareTo(VSizeIndexedInts o) |
Modifier and Type | Method and Description |
---|---|
static VSizeIndexed |
VSizeIndexed.fromIterable(Iterable<VSizeIndexedInts> objectsIterable) |
Constructor and Description |
---|
VSizeIndexedInts.VSizeIndexedIntsSupplier(VSizeIndexedInts delegate) |
Modifier and Type | Method and Description |
---|---|
DictionaryEncodedColumnPartSerde.Builder |
DictionaryEncodedColumnPartSerde.Builder.withSingleValuedColumn(VSizeIndexedInts singleValuedColumn) |
Copyright © 2011–2015. All rights reserved.