| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.read | |
| org.apache.iotdb.tsfile.read.query.dataset | |
| org.apache.iotdb.tsfile.read.query.executor |
| Modifier and Type | Method and Description |
|---|---|
QueryDataSet |
TsFileReader.query(QueryExpression queryExpression) |
QueryDataSet |
TsFileReader.query(QueryExpression queryExpression,
long partitionStartOffset,
long partitionEndOffset) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetWithoutTimeGenerator
multi-way merging data set, no need to use TimeGenerator.
|
class |
DataSetWithTimeGenerator
query processing: (1) generate time by series that has filter (2) get value of series that does
not have filter (3) construct RowRecord.
|
class |
EmptyDataSet |
| Modifier and Type | Method and Description |
|---|---|
QueryDataSet |
TsFileExecutor.execute(QueryExpression queryExpression) |
QueryDataSet |
QueryExecutor.execute(QueryExpression queryExpression) |
QueryDataSet |
TsFileExecutor.execute(QueryExpression queryExpression,
long spacePartitionStartPos,
long spacePartitionEndPos)
Query with the space partition constraint.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.