Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
VectorizedRowIterator.batch() |
VectorizedColumnBatch |
ColumnarRow.batch() |
VectorizedColumnBatch |
VectorizedColumnBatch.copy(ColumnVector[] vectors) |
VectorizedColumnBatch |
RowColumnVector.getBatch() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnarRow.setVectorizedColumnBatch(VectorizedColumnBatch vectorizedColumnBatch) |
Constructor and Description |
---|
ColumnarRow(VectorizedColumnBatch vectorizedColumnBatch) |
ColumnarRow(VectorizedColumnBatch vectorizedColumnBatch,
int rowId) |
Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
HeapRowVector.getBatch() |
VectorizedColumnBatch |
CastedRowColumnVector.getBatch() |
Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
OrcRowColumnVector.getBatch() |
Modifier and Type | Field and Description |
---|---|
protected VectorizedColumnBatch |
ColumnarBatch.vectorizedColumnBatch |
Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
VectorizedRecordIterator.batch() |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.