Interface LayerRowReader

    • Method Detail

      • readyForNext

        void readyForNext()
      • getDataTypes

        org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] getDataTypes()
      • currentTime

        long currentTime()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • currentRow

        org.apache.iotdb.udf.api.access.Row currentRow()
      • isCurrentNull

        boolean isCurrentNull()
                       throws java.io.IOException
        whether current row fields are all null
        Throws:
        java.io.IOException