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