Class OrderByExpressionAstNode
- java.lang.Object
-
- org.apache.pinot.pql.parsers.pql2.ast.BaseAstNode
-
- org.apache.pinot.pql.parsers.pql2.ast.OrderByExpressionAstNode
-
- All Implemented Interfaces:
AstNode
public class OrderByExpressionAstNode extends BaseAstNode
AST node for an expression in an ORDER BY clause.
-
-
Constructor Summary
Constructors Constructor Description OrderByExpressionAstNode(String column, String ordering)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColumn()StringgetOrdering()StringtoString()-
Methods inherited from class org.apache.pinot.pql.parsers.pql2.ast.BaseAstNode
addChild, doneProcessingChildren, getChildren, getParent, hasChildren, hasParent, sendBrokerRequestUpdateToChildren, sendPinotQueryUpdateToChildren, setParent, toString, updateBrokerRequest, updatePinotQuery
-
-