Class LiteralAstNode
- java.lang.Object
-
- org.apache.pinot.pql.parsers.pql2.ast.BaseAstNode
-
- org.apache.pinot.pql.parsers.pql2.ast.LiteralAstNode
-
- All Implemented Interfaces:
AstNode
- Direct Known Subclasses:
FloatingPointLiteralAstNode,IntegerLiteralAstNode,StringLiteralAstNode
public abstract class LiteralAstNode extends BaseAstNode
Literal AST node common interface.
-
-
Constructor Summary
Constructors Constructor Description LiteralAstNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetValueAsString()-
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
-
getValueAsString
public abstract String getValueAsString()
-
-