JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Package
org.apache.pinot.pql.parsers
Packages that use
org.apache.pinot.pql.parsers
Package
Description
org.apache.pinot.pql.parsers
Classes in
org.apache.pinot.pql.parsers
used by
org.apache.pinot.pql.parsers
Class
Description
PQL2BaseListener
This class provides an empty implementation of
PQL2Listener
, which can be extended to create a listener which only needs to handle a subset of the available methods.
Pql2CompilationException
Exceptions that occur while compiling PQL.
PQL2Listener
This interface defines a complete listener for a parse tree produced by
PQL2Parser
.
PQL2Parser.BetweenClauseContext
PQL2Parser.BetweenPredicateContext
PQL2Parser.BinaryMathOpContext
PQL2Parser.BinaryMathOperatorContext
PQL2Parser.BooleanOperatorContext
PQL2Parser.ComparisonClauseContext
PQL2Parser.ComparisonOperatorContext
PQL2Parser.ComparisonPredicateContext
PQL2Parser.ConstantContext
PQL2Parser.ExpressionContext
PQL2Parser.ExpressionListContext
PQL2Parser.ExpressionParenthesisGroupContext
PQL2Parser.ExpressionsContext
PQL2Parser.FloatingPointLiteralContext
PQL2Parser.FunctionCallContext
PQL2Parser.FunctionContext
PQL2Parser.GroupByClauseContext
PQL2Parser.GroupByContext
PQL2Parser.GroupByListContext
PQL2Parser.HavingClauseContext
PQL2Parser.HavingContext
PQL2Parser.IdentifierContext
PQL2Parser.InClauseContext
PQL2Parser.InPredicateContext
PQL2Parser.IntegerLiteralContext
PQL2Parser.IsClauseContext
PQL2Parser.IsPredicateContext
PQL2Parser.JsonMatchClauseContext
PQL2Parser.JsonMatchPredicateContext
PQL2Parser.LimitClauseContext
PQL2Parser.LimitContext
PQL2Parser.LiteralContext
PQL2Parser.OptionalClauseContext
PQL2Parser.OptionContext
PQL2Parser.OptionListClauseContext
PQL2Parser.OptionsContext
PQL2Parser.OrderByClauseContext
PQL2Parser.OrderByContext
PQL2Parser.OrderByExpressionContext
PQL2Parser.OrderByListContext
PQL2Parser.OrderingContext
PQL2Parser.OutputColumnContext
PQL2Parser.OutputColumnListContext
PQL2Parser.OutputColumnProjectionContext
PQL2Parser.OutputColumnsContext
PQL2Parser.PredicateContext
PQL2Parser.PredicateListContext
PQL2Parser.PredicateParenthesisGroupContext
PQL2Parser.RegexpLikeClauseContext
PQL2Parser.RegexpLikePredicateContext
PQL2Parser.RootContext
PQL2Parser.SelectContext
PQL2Parser.SelectStatementContext
PQL2Parser.StarColumnListContext
PQL2Parser.StarExpressionContext
PQL2Parser.StatementContext
PQL2Parser.StringLiteralContext
PQL2Parser.TableNameContext
PQL2Parser.TextMatchClauseContext
PQL2Parser.TextMatchPredicateContext
PQL2Parser.TopClauseContext
PQL2Parser.TopContext
PQL2Parser.WhereClauseContext
PQL2Parser.WhereContext