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 RowColumnVector
public VectorizedColumnBatch getBatch()
getBatch
in interface RowColumnVector
public boolean isNullAt(int i)
isNullAt
in interface ColumnVector
public int getCapacity()
getCapacity
in interface ColumnVector
public ColumnVector[] getChildren()
getChildren
in interface ColumnVector
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.