Uses of Class
org.apache.iotdb.tsfile.read.query.dataset.DataSetWithTimeGenerator
-
Packages that use DataSetWithTimeGenerator Package Description org.apache.iotdb.tsfile.read.query.executor -
-
Uses of DataSetWithTimeGenerator in org.apache.iotdb.tsfile.read.query.executor
Methods in org.apache.iotdb.tsfile.read.query.executor that return DataSetWithTimeGenerator Modifier and Type Method Description DataSetWithTimeGeneratorExecutorWithTimeGenerator. execute(QueryExpression queryExpression)All leaf nodes of queryFilter in queryExpression are SeriesFilters, We use a TimeGenerator to control query processing.
-