Class ArrowReader


  • @Internal
    public final class ArrowReader
    extends Object
    ArrowReader which read the underlying Arrow format data as RowData.
    • Constructor Detail

      • ArrowReader

        public ArrowReader​(org.apache.flink.table.data.columnar.vector.ColumnVector[] columnVectors)
    • Method Detail

      • getColumnVectors

        public org.apache.flink.table.data.columnar.vector.ColumnVector[] getColumnVectors()
        Gets the column vectors.
      • read

        public org.apache.flink.table.data.RowData read​(int rowId)
        Read the specified row from underlying Arrow format data.