Uses of Class
org.apache.drill.exec.store.base.filter.ExprNode
Packages that use ExprNode
-
Uses of ExprNode in org.apache.drill.exec.store.base.filter
Subclasses of ExprNode in org.apache.drill.exec.store.base.filterModifier and TypeClassDescriptionstatic classRepresents a set of AND'ed expressions in Conjunctive Normal Form (CNF).static classSemanticized form of a Calcite relational operator.static classAn expression node with an unlimited set of children.static classRepresents a set of OR'ed expressions in Disjunctive Normal Form (CNF).static classFields in org.apache.drill.exec.store.base.filter with type parameters of type ExprNodeMethods in org.apache.drill.exec.store.base.filter that return ExprNodeModifier and TypeMethodDescriptionDetermine if the given relational operator (which is already in the form<col name> <relop> <const>, qualifies for push down for this scan.Methods in org.apache.drill.exec.store.base.filter with parameters of type ExprNodeModifier and TypeMethodDescriptionDetermine if the given relational operator (which is already in the form<col name> <relop> <const>, qualifies for push down for this scan.Constructor parameters in org.apache.drill.exec.store.base.filter with type arguments of type ExprNode