Class ElasticSerializableTVListBackedSingleColumnWindowIterator

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

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

      • ElasticSerializableTVListBackedSingleColumnWindowIterator

        public ElasticSerializableTVListBackedSingleColumnWindowIterator​(ElasticSerializableTVList tvList,
                                                                         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