public class CastedRowColumnVector extends Object implements RowColumnVector
| Constructor and Description |
|---|
CastedRowColumnVector(HeapRowVector heapRowVector,
ColumnVector[] children) |
| Modifier and Type | Method and Description |
|---|---|
VectorizedColumnBatch |
getBatch() |
int |
getCapacity() |
ColumnVector[] |
getChildren() |
InternalRow |
getRow(int i) |
boolean |
isNullAt(int i) |
public CastedRowColumnVector(HeapRowVector heapRowVector, ColumnVector[] children)
public InternalRow getRow(int i)
getRow in interface RowColumnVectorpublic VectorizedColumnBatch getBatch()
getBatch in interface RowColumnVectorpublic boolean isNullAt(int i)
isNullAt in interface ColumnVectorpublic int getCapacity()
getCapacity in interface ColumnVectorpublic ColumnVector[] getChildren()
getChildren in interface ColumnVectorCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.