public class HeapRowVector extends AbstractHeapVector implements WritableColumnVector, RowColumnVector
BYTE_ARRAY_OFFSET, dictionaryIds, DOUBLE_ARRAY_OFFSET, FLOAT_ARRAY_OFFSET, INT_ARRAY_OFFSET, isNull, LITTLE_ENDIAN, LONG_ARRAY_OFFSET, UNSAFEdictionary, noNulls| Constructor and Description |
|---|
HeapRowVector(int len,
WritableColumnVector... fields) |
| Modifier and Type | Method and Description |
|---|---|
VectorizedColumnBatch |
getBatch() |
WritableColumnVector[] |
getFields() |
ColumnarRow |
getRow(int i) |
void |
reset()
Resets the column to default state.
|
void |
setFields(WritableColumnVector[] fields) |
fillWithNulls, getDictionaryIds, getLen, isNullAt, reserveDictionaryIds, setNullAt, setNullshasDictionary, setDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfillWithNulls, getDictionaryIds, hasDictionary, reserveDictionaryIds, setDictionary, setNullAt, setNullsisNullAtpublic HeapRowVector(int len,
WritableColumnVector... fields)
public WritableColumnVector[] getFields()
public ColumnarRow getRow(int i)
getRow in interface RowColumnVectorpublic VectorizedColumnBatch getBatch()
getBatch in interface RowColumnVectorpublic void reset()
AbstractHeapVectorreset in interface WritableColumnVectorreset in class AbstractHeapVectorpublic void setFields(WritableColumnVector[] fields)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.