Uses of Interface
org.apache.pinot.pql.parsers.PQL2Listener
-
Packages that use PQL2Listener Package Description org.apache.pinot.pql.parsers -
-
Uses of PQL2Listener in org.apache.pinot.pql.parsers
Classes in org.apache.pinot.pql.parsers that implement PQL2Listener Modifier and Type Class Description classPql2AstListenerPQL 2 parse tree listener that generates an abstract syntax tree.classPQL2BaseListenerThis class provides an empty implementation ofPQL2Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-