Class TableNameAstNode
- java.lang.Object
-
- org.apache.pinot.pql.parsers.pql2.ast.BaseAstNode
-
- org.apache.pinot.pql.parsers.pql2.ast.TableNameAstNode
-
- All Implemented Interfaces:
AstNode
public class TableNameAstNode extends BaseAstNode
AST node for a table name.
-
-
Constructor Summary
Constructors Constructor Description TableNameAstNode(String tableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceName()StringgetTableName()-
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
-
-