Uses of Class
org.apache.iotdb.spark.tsfile.qp.common.Operator
-
Packages that use Operator Package Description org.apache.iotdb.spark.tsfile.qp.common -
-
Uses of Operator in org.apache.iotdb.spark.tsfile.qp.common
Subclasses of Operator in org.apache.iotdb.spark.tsfile.qp.common Modifier and Type Class Description classBasicOperatorbasic operators include < > >= <= !=.classFilterOperatorThis 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).
-