Uses of Class
org.apache.pinot.pql.parsers.pql2.ast.LiteralAstNode
-
Packages that use LiteralAstNode Package Description org.apache.pinot.common.utils.request org.apache.pinot.pql.parsers.pql2.ast -
-
Uses of LiteralAstNode in org.apache.pinot.common.utils.request
Methods in org.apache.pinot.common.utils.request with parameters of type LiteralAstNode Modifier and Type Method Description static ExpressionRequestUtils. createLiteralExpression(LiteralAstNode value)Creates Literal Expression from LiteralAstNode. -
Uses of LiteralAstNode in org.apache.pinot.pql.parsers.pql2.ast
Subclasses of LiteralAstNode in org.apache.pinot.pql.parsers.pql2.ast Modifier and Type Class Description classFloatingPointLiteralAstNodeFloating point literal AST node.classIntegerLiteralAstNodeAST node for integer literals.classStringLiteralAstNodeAST node for a quoted string literal.Methods in org.apache.pinot.pql.parsers.pql2.ast that return LiteralAstNode Modifier and Type Method Description LiteralAstNodeComparisonPredicateAstNode. getLiteral()
-