Uses of Interface
org.apache.pinot.sql.parsers.rewriter.QueryRewriter
-
Packages that use QueryRewriter Package Description org.apache.pinot.sql.parsers org.apache.pinot.sql.parsers.rewriter -
-
Uses of QueryRewriter in org.apache.pinot.sql.parsers
Fields in org.apache.pinot.sql.parsers with type parameters of type QueryRewriter Modifier and Type Field Description static List<QueryRewriter>CalciteSqlParser. QUERY_REWRITERS -
Uses of QueryRewriter in org.apache.pinot.sql.parsers.rewriter
Classes in org.apache.pinot.sql.parsers.rewriter that implement QueryRewriter Modifier and Type Class Description classAliasApplierclassCompileTimeFunctionsInvokerclassNonAggregationGroupByToDistinctQueryRewriterclassOrdinalsUpdaterclassPredicateComparisonRewriterclassSelectionsRewriterMethods in org.apache.pinot.sql.parsers.rewriter that return types with arguments of type QueryRewriter Modifier and Type Method Description static List<QueryRewriter>QueryRewriterFactory. getQueryRewriters()
-