Uses of Class
org.apache.iotdb.tsfile.read.common.RowRecord
-
Packages that use RowRecord Package Description org.apache.iotdb.tsfile.read.query.dataset -
-
Uses of RowRecord in org.apache.iotdb.tsfile.read.query.dataset
Methods in org.apache.iotdb.tsfile.read.query.dataset that return RowRecord Modifier and Type Method Description RowRecordQueryDataSet. next()This method is used for batch query, return RowRecord.RowRecordDataSetWithoutTimeGenerator. nextWithoutConstraint()RowRecordDataSetWithTimeGenerator. nextWithoutConstraint()abstract RowRecordQueryDataSet. nextWithoutConstraint()Methods in org.apache.iotdb.tsfile.read.query.dataset with parameters of type RowRecord Modifier and Type Method Description booleanQueryDataSet. withoutNullFilter(RowRecord rowRecord)check rowRecord whether satisfy without null condition
-