public class HeapDoubleVector extends AbstractHeapVector implements DoubleColumnVector
| Modifier and Type | Field and Description |
|---|---|
double[] |
vector |
dictionaryIds, isNulldictionary, 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) |
allocateHeapVectors, createHeapColumn, getDictionaryIds, isNullAt, reserveDictionaryIds, reset, setNullAthasDictionary, setDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisNullAt, resetpublic HeapDoubleVector(int len)
len - the number of rowspublic double getDouble(int i)
getDouble in interface DoubleColumnVectorCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.