Class PredicateParenthesisGroupAstNode
- java.lang.Object
-
- org.apache.pinot.pql.parsers.pql2.ast.BaseAstNode
-
- org.apache.pinot.pql.parsers.pql2.ast.PredicateAstNode
-
- org.apache.pinot.pql.parsers.pql2.ast.PredicateParenthesisGroupAstNode
-
- All Implemented Interfaces:
AstNode
public class PredicateParenthesisGroupAstNode extends PredicateAstNode
AST node for a predicate surrounded by parentheses.
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.pql.parsers.pql2.ast.PredicateAstNode
_identifier
-
-
Constructor Summary
Constructors Constructor Description PredicateParenthesisGroupAstNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionbuildFilterExpression()Create the query expression tree for the where clauseFilterQueryTreebuildFilterQueryTree()Create the query tree for the where clause-
Methods inherited from class org.apache.pinot.pql.parsers.pql2.ast.PredicateAstNode
getIdentifier
-
Methods inherited from class org.apache.pinot.pql.parsers.pql2.ast.BaseAstNode
addChild, doneProcessingChildren, getChildren, getParent, hasChildren, hasParent, sendBrokerRequestUpdateToChildren, sendPinotQueryUpdateToChildren, setParent, toString, toString, updateBrokerRequest, updatePinotQuery
-
-
-
-
Method Detail
-
buildFilterQueryTree
public FilterQueryTree buildFilterQueryTree()
Description copied from class:PredicateAstNodeCreate the query tree for the where clause- Specified by:
buildFilterQueryTreein classPredicateAstNode- Returns:
-
buildFilterExpression
public Expression buildFilterExpression()
Description copied from class:PredicateAstNodeCreate the query expression tree for the where clause- Specified by:
buildFilterExpressionin classPredicateAstNode- Returns:
-
-