Uses of Class
org.apache.pinot.pql.parsers.pql2.ast.BooleanOperatorAstNode
-
Packages that use BooleanOperatorAstNode Package Description org.apache.pinot.pql.parsers.pql2.ast -
-
Uses of BooleanOperatorAstNode in org.apache.pinot.pql.parsers.pql2.ast
Methods in org.apache.pinot.pql.parsers.pql2.ast that return BooleanOperatorAstNode Modifier and Type Method Description static BooleanOperatorAstNodeBooleanOperatorAstNode. valueOf(String name)Returns the enum constant of this type with the specified name.static BooleanOperatorAstNode[]BooleanOperatorAstNode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-