类 ListDataSet
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- org.apache.iotdb.jdbc.ListDataSet
-
public class ListDataSet extends org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
-
构造器概要
构造器 构造器 说明 ListDataSet()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanhasNextWithoutConstraint()org.apache.iotdb.tsfile.read.common.RowRecordnextWithoutConstraint()voidputRecord(org.apache.iotdb.tsfile.read.common.RowRecord newRecord)voidsort(java.util.Comparator<org.apache.iotdb.tsfile.read.common.RowRecord> c)voidsortByTimeDesc()-
从类继承的方法 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
-
-
-
-
方法详细资料
-
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)
-
-