Class ArrowReader
- java.lang.Object
-
- org.apache.flink.table.runtime.arrow.ArrowReader
-
@Internal public final class ArrowReader extends Object
ArrowReader
which read the underlying Arrow format data asRowData
.
-
-
Constructor Summary
Constructors Constructor Description ArrowReader(org.apache.flink.table.data.columnar.vector.ColumnVector[] columnVectors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.data.columnar.vector.ColumnVector[]
getColumnVectors()
Gets the column vectors.org.apache.flink.table.data.RowData
read(int rowId)
Read the specified row from underlying Arrow format data.
-