Package org.apache.iotdb.spark.tsfile.qp
Class Executor
- java.lang.Object
-
- org.apache.iotdb.spark.tsfile.qp.Executor
-
public class Executor extends java.lang.ObjectThis class used to execute Queries on TSFile
-
-
Constructor Summary
Constructors Constructor Description Executor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet>query(org.apache.iotdb.tsfile.read.TsFileReader reader, java.util.List<org.apache.iotdb.tsfile.read.expression.QueryExpression> queryExpressions, long start, long end)
-