Class ShowDevicesDataSet
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- org.apache.iotdb.db.query.dataset.ShowDataSet
-
- org.apache.iotdb.db.query.dataset.ShowDevicesDataSet
-
public class ShowDevicesDataSet extends ShowDataSet
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.query.dataset.ShowDataSet
hasLimit, plan
-
-
Constructor Summary
Constructors Constructor Description ShowDevicesDataSet(ShowDevicesPlan showDevicesPlan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.apache.iotdb.tsfile.read.common.RowRecord>getQueryDataSet()-
Methods inherited from class org.apache.iotdb.db.query.dataset.ShowDataSet
hasNextWithoutConstraint, nextWithoutConstraint, putRecord, updateRecord
-
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
-
ShowDevicesDataSet
public ShowDevicesDataSet(ShowDevicesPlan showDevicesPlan) throws org.apache.iotdb.commons.exception.MetadataException
- Throws:
org.apache.iotdb.commons.exception.MetadataException
-
-
Method Detail
-
getQueryDataSet
public java.util.List<org.apache.iotdb.tsfile.read.common.RowRecord> getQueryDataSet() throws org.apache.iotdb.commons.exception.MetadataException- Specified by:
getQueryDataSetin classShowDataSet- Throws:
org.apache.iotdb.commons.exception.MetadataException
-
-