| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.read.query.dataset |
| Modifier and Type | Method and Description |
|---|---|
RowRecord |
QueryDataSet.next()
This method is used for batch query, return RowRecord.
|
RowRecord |
EmptyDataSet.nextWithoutConstraint() |
RowRecord |
DataSetWithoutTimeGenerator.nextWithoutConstraint() |
RowRecord |
DataSetWithTimeGenerator.nextWithoutConstraint() |
abstract RowRecord |
QueryDataSet.nextWithoutConstraint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryDataSet.withoutNullFilter(RowRecord rowRecord)
check rowRecord whether satisfy without null condition
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.