Class OrcColumnarRowSplitReader<BATCH>

    • Method Detail

      • fillRows

        protected int fillRows()
        Description copied from class: OrcSplitReader
        Fills an ORC batch into an array of Row.
        Specified by:
        fillRows in class OrcSplitReader<org.apache.flink.table.data.RowData,​BATCH>
        Returns:
        The number of rows that were filled.
      • nextRecord

        public org.apache.flink.table.data.RowData nextRecord​(org.apache.flink.table.data.RowData reuse)
        Description copied from class: OrcSplitReader
        Reads the next record from the input.
        Specified by:
        nextRecord in class OrcSplitReader<org.apache.flink.table.data.RowData,​BATCH>
        Parameters:
        reuse - Object that may be reused.
        Returns:
        Read record.