Uses of Class
org.apache.pinot.common.request.PinotQuery
-
Packages that use PinotQuery Package Description org.apache.pinot.common.request org.apache.pinot.pql.parsers org.apache.pinot.pql.parsers.pql2.ast org.apache.pinot.sql.parsers org.apache.pinot.sql.parsers.rewriter -
-
Uses of PinotQuery in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return PinotQuery Modifier and Type Method Description PinotQueryPinotQuery. deepCopy()PinotQueryBrokerRequest. getPinotQuery()Methods in org.apache.pinot.common.request with parameters of type PinotQuery Modifier and Type Method Description intPinotQuery. compareTo(PinotQuery other)booleanPinotQuery. equals(PinotQuery that)voidBrokerRequest. setPinotQuery(PinotQuery pinotQuery)Constructors in org.apache.pinot.common.request with parameters of type PinotQuery Constructor Description PinotQuery(PinotQuery other)Performs a deep copy on other. -
Uses of PinotQuery in org.apache.pinot.pql.parsers
Methods in org.apache.pinot.pql.parsers with parameters of type PinotQuery Modifier and Type Method Description BrokerRequestPinotQuery2BrokerRequestConverter. convert(PinotQuery pinotQuery) -
Uses of PinotQuery in org.apache.pinot.pql.parsers.pql2.ast
Methods in org.apache.pinot.pql.parsers.pql2.ast with parameters of type PinotQuery Modifier and Type Method Description voidAstNode. sendPinotQueryUpdateToChildren(PinotQuery pinotQuery)voidBaseAstNode. sendPinotQueryUpdateToChildren(PinotQuery pinotQuery)voidBooleanOperatorAstNode. sendPinotQueryUpdateToChildren(PinotQuery pinotQuery)voidAstNode. updatePinotQuery(PinotQuery pinotQuery)voidBaseAstNode. updatePinotQuery(PinotQuery pinotQuery)voidBooleanOperatorAstNode. updatePinotQuery(PinotQuery pinotQuery)voidGroupByAstNode. updatePinotQuery(PinotQuery pinotQuery)voidOptionAstNode. updatePinotQuery(PinotQuery pinotQuery)voidOptionsAstNode. updatePinotQuery(PinotQuery pinotQuery)voidOrderByAstNode. updatePinotQuery(PinotQuery pinotQuery)voidOutputColumnAstNode. updatePinotQuery(PinotQuery pinotQuery)voidOutputColumnListAstNode. updatePinotQuery(PinotQuery pinotQuery)voidSelectAstNode. updatePinotQuery(PinotQuery pinotQuery)voidStarColumnListAstNode. updatePinotQuery(PinotQuery pinotQuery)voidWhereAstNode. updatePinotQuery(PinotQuery pinotQuery) -
Uses of PinotQuery in org.apache.pinot.sql.parsers
Methods in org.apache.pinot.sql.parsers that return PinotQuery Modifier and Type Method Description static PinotQueryCalciteSqlParser. compileToPinotQuery(String sql) -
Uses of PinotQuery in org.apache.pinot.sql.parsers.rewriter
Methods in org.apache.pinot.sql.parsers.rewriter that return PinotQuery Modifier and Type Method Description PinotQueryAliasApplier. rewrite(PinotQuery pinotQuery)PinotQueryCompileTimeFunctionsInvoker. rewrite(PinotQuery pinotQuery)PinotQueryNonAggregationGroupByToDistinctQueryRewriter. rewrite(PinotQuery pinotQuery)Rewrite non-aggregate group by query to distinct query.PinotQueryOrdinalsUpdater. rewrite(PinotQuery pinotQuery)PinotQueryPredicateComparisonRewriter. rewrite(PinotQuery pinotQuery)PinotQueryQueryRewriter. rewrite(PinotQuery pinotQuery)PinotQuerySelectionsRewriter. rewrite(PinotQuery pinotQuery)Methods in org.apache.pinot.sql.parsers.rewriter with parameters of type PinotQuery Modifier and Type Method Description PinotQueryAliasApplier. rewrite(PinotQuery pinotQuery)PinotQueryCompileTimeFunctionsInvoker. rewrite(PinotQuery pinotQuery)PinotQueryNonAggregationGroupByToDistinctQueryRewriter. rewrite(PinotQuery pinotQuery)Rewrite non-aggregate group by query to distinct query.PinotQueryOrdinalsUpdater. rewrite(PinotQuery pinotQuery)PinotQueryPredicateComparisonRewriter. rewrite(PinotQuery pinotQuery)PinotQueryQueryRewriter. rewrite(PinotQuery pinotQuery)PinotQuerySelectionsRewriter. rewrite(PinotQuery pinotQuery)
-