| Package | Description |
|---|---|
| org.apache.druid.segment.data |
| Modifier and Type | Method and Description |
|---|---|
static VSizeColumnarInts |
VSizeColumnarInts.fromArray(int[] array) |
static VSizeColumnarInts |
VSizeColumnarInts.fromArray(int[] array,
int maxValue) |
static VSizeColumnarInts |
VSizeColumnarInts.fromIndexedInts(IndexedInts ints,
int maxValue) |
VSizeColumnarInts |
VSizeColumnarMultiInts.get(int index) |
static VSizeColumnarInts |
VSizeColumnarInts.readFromByteBuffer(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
VSizeColumnarInts.compareTo(VSizeColumnarInts o) |
| Modifier and Type | Method and Description |
|---|---|
static VSizeColumnarMultiInts |
VSizeColumnarMultiInts.fromIterable(Iterable<VSizeColumnarInts> objectsIterable) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.