Class InsertTabletPlansIterator


  • public class InsertTabletPlansIterator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InsertTabletPlansIterator​(QueryPlan queryPlan, org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet queryDataSet, org.apache.iotdb.commons.path.PartialPath fromPath, java.util.List<org.apache.iotdb.commons.path.PartialPath> intoPaths, boolean isIntoPathsAligned)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      java.util.List<InsertTabletPlan> next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InsertTabletPlansIterator

        public InsertTabletPlansIterator​(QueryPlan queryPlan,
                                         org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet queryDataSet,
                                         org.apache.iotdb.commons.path.PartialPath fromPath,
                                         java.util.List<org.apache.iotdb.commons.path.PartialPath> intoPaths,
                                         boolean isIntoPathsAligned)
                                  throws org.apache.iotdb.commons.exception.IllegalPathException
        Throws:
        org.apache.iotdb.commons.exception.IllegalPathException
    • Method Detail

      • hasNext

        public boolean hasNext()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • next

        public java.util.List<InsertTabletPlan> next()
                                              throws java.io.IOException,
                                                     org.apache.iotdb.commons.exception.IllegalPathException
        Throws:
        java.io.IOException
        org.apache.iotdb.commons.exception.IllegalPathException