Interface RowColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Implementing Classes:
HeapRowVector
@Internal public interface RowColumnVector extends ColumnVector
Row column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnarRowDatagetRow(int i)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-
-
-
Method Detail
-
getRow
ColumnarRowData getRow(int i)
-
-