public class HeapIntVector extends AbstractHeapVector implements IntColumnVector
| Modifier and Type | Field and Description |
|---|---|
int[] |
vector |
dictionaryIds, isNulldictionary, noNulls| Constructor and Description |
|---|
HeapIntVector(int len)
Don't use this except for testing purposes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInt(int i) |
allocateHeapVectors, createHeapColumn, getDictionaryIds, isNullAt, reserveDictionaryIds, reset, setNullAthasDictionary, setDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisNullAt, resetpublic HeapIntVector(int len)
len - the number of rowspublic int getInt(int i)
getInt in interface IntColumnVectorCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.