Class ShowTimeseriesDataSet


  • public class ShowTimeseriesDataSet
    extends ShowDataSet
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet

        org.apache.iotdb.tsfile.read.query.dataset.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
    • 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.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
      • Methods inherited from class java.lang.Object

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

      • ShowTimeseriesDataSet

        public ShowTimeseriesDataSet​(ShowTimeSeriesPlan showTimeSeriesPlan,
                                     QueryContext context)
                              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:
        getQueryDataSet in class ShowDataSet
        Throws:
        org.apache.iotdb.commons.exception.MetadataException