Uses of Package
org.apache.iotdb.spark.tsfile.qp.common
-
Packages that use org.apache.iotdb.spark.tsfile.qp.common Package Description org.apache.iotdb.spark.tsfile.qp org.apache.iotdb.spark.tsfile.qp.common org.apache.iotdb.spark.tsfile.qp.optimizer -
Classes in org.apache.iotdb.spark.tsfile.qp.common used by org.apache.iotdb.spark.tsfile.qp Class Description FilterOperator This class is for filter operator and implementsOperator.
it may consist of more than two child FilterOperator, but if it's not leaf operator, the relation is same among all of its children.(AND or OR).TSQueryPlan One tsfile logical query plan that can be performed at one time -
Classes in org.apache.iotdb.spark.tsfile.qp.common used by org.apache.iotdb.spark.tsfile.qp.common Class Description BasicOperator basic operators include < > >= <= !=.FilterOperator This class is for filter operator and implementsOperator.
it may consist of more than two child FilterOperator, but if it's not leaf operator, the relation is same among all of its children.(AND or OR).Operator This class is a superclass of all operator. -
Classes in org.apache.iotdb.spark.tsfile.qp.common used by org.apache.iotdb.spark.tsfile.qp.optimizer Class Description FilterOperator This class is for filter operator and implementsOperator.
it may consist of more than two child FilterOperator, but if it's not leaf operator, the relation is same among all of its children.(AND or OR).SingleQuery This class is constructed with a single getIndex plan.TSQueryPlan One tsfile logical query plan that can be performed at one time