Class ElasticSerializableRowRecordListBackedMultiColumnWindowIterator

  • All Implemented Interfaces:
    org.apache.iotdb.udf.api.access.RowIterator

    public class ElasticSerializableRowRecordListBackedMultiColumnWindowIterator
    extends java.lang.Object
    implements org.apache.iotdb.udf.api.access.RowIterator
    • Constructor Detail

      • ElasticSerializableRowRecordListBackedMultiColumnWindowIterator

        public ElasticSerializableRowRecordListBackedMultiColumnWindowIterator​(ElasticSerializableRowRecordList rowRecordList,
                                                                               int beginIndex,
                                                                               int endIndex)
    • Method Detail

      • hasNextRow

        public boolean hasNextRow()
        Specified by:
        hasNextRow in interface org.apache.iotdb.udf.api.access.RowIterator
      • next

        public org.apache.iotdb.udf.api.access.Row next()
                                                 throws java.io.IOException
        Specified by:
        next in interface org.apache.iotdb.udf.api.access.RowIterator
        Throws:
        java.io.IOException
      • reset

        public void reset()
        Specified by:
        reset in interface org.apache.iotdb.udf.api.access.RowIterator