Class SingleDataSet


  • public class SingleDataSet
    extends org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
    • 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
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleDataSet​(java.util.List<org.apache.iotdb.commons.path.PartialPath> paths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNextWithoutConstraint()  
      org.apache.iotdb.tsfile.read.common.RowRecord nextWithoutConstraint()  
      void setRecord​(org.apache.iotdb.tsfile.read.common.RowRecord record)  
      • 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

      • SingleDataSet

        public SingleDataSet​(java.util.List<org.apache.iotdb.commons.path.PartialPath> paths,
                             java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes)
    • Method Detail

      • setRecord

        public void setRecord​(org.apache.iotdb.tsfile.read.common.RowRecord record)
      • hasNextWithoutConstraint

        public boolean hasNextWithoutConstraint()
        Specified by:
        hasNextWithoutConstraint in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
      • nextWithoutConstraint

        public org.apache.iotdb.tsfile.read.common.RowRecord nextWithoutConstraint()
        Specified by:
        nextWithoutConstraint in class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet