Class DataSetWithoutTimeGenerator
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- org.apache.iotdb.tsfile.read.query.dataset.DataSetWithoutTimeGenerator
-
public class DataSetWithoutTimeGenerator extends QueryDataSet
multi-way merging data set, no need to use TimeGenerator.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
QueryDataSet.EndPoint
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
alreadyReturnedRowNum, ascending, columnNum, dataTypes, endPoint, fetchSize, paths, rowLimit, rowOffset, withoutAllNull, withoutAnyNull, withoutNullColumnsIndex
-
-
Constructor Summary
Constructors Constructor Description DataSetWithoutTimeGenerator(java.util.List<Path> paths, java.util.List<TSDataType> dataTypes, java.util.List<AbstractFileSeriesReader> readers)constructor of DataSetWithoutTimeGenerator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNextWithoutConstraint()RowRecordnextWithoutConstraint()-
Methods inherited from class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
decreaseAlreadyReturnedRowNum, getColumnNum, getDataTypes, getEndPoint, getPaths, getRowLimit, getRowOffset, getWithoutNullColumnsIndex, hasLimit, hasNext, initQueryDataSetFields, isWithoutAllNull, isWithoutAnyNull, next, setColumnNum, setDataTypes, setEndPoint, setFetchSize, setRowLimit, setRowOffset, setWithoutAllNull, setWithoutAnyNull, setWithoutNullColumnsIndex, withoutNullFilter
-
-
-
-
Constructor Detail
-
DataSetWithoutTimeGenerator
public DataSetWithoutTimeGenerator(java.util.List<Path> paths, java.util.List<TSDataType> dataTypes, java.util.List<AbstractFileSeriesReader> readers) throws java.io.IOException
constructor of DataSetWithoutTimeGenerator.- Parameters:
paths- paths in List structuredataTypes- TSDataTypes in List structurereaders- readers in List(FileSeriesReaderByTimestamp) structure- Throws:
java.io.IOException- IOException
-
-
Method Detail
-
hasNextWithoutConstraint
public boolean hasNextWithoutConstraint()
- Specified by:
hasNextWithoutConstraintin classQueryDataSet
-
nextWithoutConstraint
public RowRecord nextWithoutConstraint() throws java.io.IOException
- Specified by:
nextWithoutConstraintin classQueryDataSet- Throws:
java.io.IOException
-
-