public class HeapFloatVector extends AbstractHeapVector implements FloatColumnVector
Modifier and Type | Field and Description |
---|---|
float[] |
vector |
dictionaryIds, isNull
dictionary, 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) |
getDictionaryIds, isNullAt, reserveDictionaryIds, reset, setNullAt
hasDictionary, setDictionary
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt, reset
public HeapFloatVector(int len)
len
- the number of rowspublic float getFloat(int i)
getFloat
in interface FloatColumnVector
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.