public class HeapDoubleVector extends AbstractHeapVector implements DoubleColumnVector
Modifier and Type | Field and Description |
---|---|
double[] |
vector |
dictionaryIds, isNull
dictionary, noNulls
Constructor and Description |
---|
HeapDoubleVector(int len)
Don't use this except for testing purposes.
|
Modifier and Type | Method and Description |
---|---|
double |
getDouble(int i) |
getDictionaryIds, isNullAt, reserveDictionaryIds, reset, setNullAt
hasDictionary, setDictionary
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt, reset
public HeapDoubleVector(int len)
len
- the number of rowspublic double getDouble(int i)
getDouble
in interface DoubleColumnVector
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.