public interface IQueryRouter
| 限定符和类型 | 方法和说明 |
|---|---|
QueryDataSet |
aggregate(AggregationPlan aggregationPlan,
QueryContext context)
Execute aggregation query.
|
QueryDataSet |
fill(FillQueryPlan fillQueryPlan,
QueryContext context)
Execute fill query.
|
QueryDataSet |
groupBy(GroupByTimePlan groupByTimePlan,
QueryContext context)
Execute groupBy query.
|
QueryDataSet |
groupByFill(GroupByTimeFillPlan groupByFillPlan,
QueryContext context)
Execute group by fill query
|
QueryDataSet |
lastQuery(LastQueryPlan lastQueryPlan,
QueryContext context)
Execute last query
|
QueryDataSet |
rawDataQuery(RawDataQueryPlan queryPlan,
QueryContext context)
Execute physical plan.
|
QueryDataSet |
udafQuery(UDAFPlan udafPlan,
QueryContext context)
Execute UDAF query.
|
QueryDataSet |
udtfQuery(UDTFPlan udtfPlan,
QueryContext context)
Execute UDTF query
|
QueryDataSet rawDataQuery(RawDataQueryPlan queryPlan, QueryContext context) throws StorageEngineException, QueryProcessException
QueryDataSet aggregate(AggregationPlan aggregationPlan, QueryContext context) throws QueryFilterOptimizationException, StorageEngineException, IOException, QueryProcessException
QueryDataSet udafQuery(UDAFPlan udafPlan, QueryContext context) throws QueryFilterOptimizationException, StorageEngineException, IOException, QueryProcessException
QueryDataSet groupBy(GroupByTimePlan groupByTimePlan, QueryContext context) throws QueryFilterOptimizationException, StorageEngineException, QueryProcessException, IOException
QueryDataSet fill(FillQueryPlan fillQueryPlan, QueryContext context) throws StorageEngineException, QueryProcessException, IOException
QueryDataSet groupByFill(GroupByTimeFillPlan groupByFillPlan, QueryContext context) throws QueryFilterOptimizationException, StorageEngineException, QueryProcessException, IOException
QueryDataSet lastQuery(LastQueryPlan lastQueryPlan, QueryContext context) throws StorageEngineException, QueryProcessException, IOException
QueryDataSet udtfQuery(UDTFPlan udtfPlan, QueryContext context) throws StorageEngineException, QueryProcessException, IOException, InterruptedException
Copyright © 2022 The Apache Software Foundation. All rights reserved.