Class ShowDataSet
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- org.apache.iotdb.db.query.dataset.ShowDataSet
-
- Direct Known Subclasses:
ShowDevicesDataSet,ShowTimeseriesDataSet
public abstract class ShowDataSet extends org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedShowDataSet(java.util.List<org.apache.iotdb.tsfile.read.common.Path> paths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.util.List<org.apache.iotdb.tsfile.read.common.RowRecord>getQueryDataSet()booleanhasNextWithoutConstraint()org.apache.iotdb.tsfile.read.common.RowRecordnextWithoutConstraint()protected voidputRecord(org.apache.iotdb.tsfile.read.common.RowRecord newRecord)protected voidupdateRecord(org.apache.iotdb.tsfile.read.common.RowRecord record, java.lang.String s)-
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
-
-
-
-
Field Detail
-
plan
protected ShowPlan plan
-
hasLimit
protected boolean hasLimit
-
-
Method Detail
-
hasNextWithoutConstraint
public boolean hasNextWithoutConstraint()
- Specified by:
hasNextWithoutConstraintin classorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
getQueryDataSet
public abstract java.util.List<org.apache.iotdb.tsfile.read.common.RowRecord> getQueryDataSet() throws org.apache.iotdb.commons.exception.MetadataException- Throws:
org.apache.iotdb.commons.exception.MetadataException
-
nextWithoutConstraint
public org.apache.iotdb.tsfile.read.common.RowRecord nextWithoutConstraint()
- Specified by:
nextWithoutConstraintin classorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
updateRecord
protected void updateRecord(org.apache.iotdb.tsfile.read.common.RowRecord record, java.lang.String s)
-
putRecord
protected void putRecord(org.apache.iotdb.tsfile.read.common.RowRecord newRecord)
-
-