Class InsertTabletPlansIterator
- java.lang.Object
-
- org.apache.iotdb.db.engine.selectinto.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 booleanhasNext()java.util.List<InsertTabletPlan>next()
-
-
-
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.IOExceptionorg.apache.iotdb.commons.exception.IllegalPathException
-
-