类 ListDataSet


  • public class ListDataSet
    extends org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
    • 嵌套类概要

      • 从类继承的嵌套类/接口 org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet

        org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet.EndPoint
    • 字段概要

      • 从类继承的字段 org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet

        alreadyReturnedRowNum, ascending, columnNum, dataTypes, endPoint, fetchSize, paths, rowLimit, rowOffset, withoutAllNull, withoutAnyNull, withoutNullColumnsIndex
    • 构造器概要

      构造器 
      构造器 说明
      ListDataSet()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean hasNextWithoutConstraint()  
      org.apache.iotdb.tsfile.read.common.RowRecord nextWithoutConstraint()  
      void putRecord​(org.apache.iotdb.tsfile.read.common.RowRecord newRecord)  
      void sort​(java.util.Comparator<org.apache.iotdb.tsfile.read.common.RowRecord> c)  
      void sortByTimeDesc()  
      • 从类继承的方法 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
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ListDataSet

        public ListDataSet()
    • 方法详细资料

      • hasNextWithoutConstraint

        public boolean hasNextWithoutConstraint()
        指定者:
        hasNextWithoutConstraint 在类中 org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
      • nextWithoutConstraint

        public org.apache.iotdb.tsfile.read.common.RowRecord nextWithoutConstraint()
        指定者:
        nextWithoutConstraint 在类中 org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
      • putRecord

        public void putRecord​(org.apache.iotdb.tsfile.read.common.RowRecord newRecord)
      • sortByTimeDesc

        public void sortByTimeDesc()
      • sort

        public void sort​(java.util.Comparator<org.apache.iotdb.tsfile.read.common.RowRecord> c)