Class StarExpressionAstNode
- java.lang.Object
-
- org.apache.pinot.pql.parsers.pql2.ast.BaseAstNode
-
- org.apache.pinot.pql.parsers.pql2.ast.StarExpressionAstNode
-
- All Implemented Interfaces:
AstNode
public class StarExpressionAstNode extends BaseAstNode
AST node for the star expression, such as the star in COUNT(*).
-
-
Constructor Summary
Constructors Constructor Description StarExpressionAstNode()
-
Method Summary
-
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
-
-