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