| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.read.query.timegenerator | |
| org.apache.iotdb.tsfile.read.query.timegenerator.node | |
| org.apache.iotdb.tsfile.read.reader.series |
| Modifier and Type | Method and Description |
|---|---|
protected IBatchReader |
TsFileTimeGenerator.generateNewBatchReader(SingleSeriesExpression expression) |
protected abstract IBatchReader |
TimeGenerator.generateNewBatchReader(SingleSeriesExpression expression) |
| Constructor and Description |
|---|
LeafNode(IBatchReader reader) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileSeriesReader
Series reader is used to query one series of one tsfile.
|
class |
EmptyFileSeriesReader
this is for those series which has no data points
|
class |
FileSeriesReader
Series reader is used to query one series of one TsFile, and this reader has a filter operating
on the same series.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.