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