| Modifier and Type | Method and Description | 
|---|---|
| int | QueryCost. compareTo(QueryCost other) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCost | RewriterPlan. getCost() | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCost | HiveDriver. estimate(AbstractQueryContext qctx) | 
| QueryCost | HiveQueryPlan. getCost() | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCost | JDBCDriver. estimate(AbstractQueryContext qctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCost | QueryHelper. estimateQuery(String queryString) | 
| QueryCost | QueryHelper. estimateQuery(String queryString,
             String sessionHandleString) | 
| QueryCost | QueryHelper. estimateQuery(String queryString,
             String sessionHandleString,
             String conf)Estimate the query | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCost | LensDriver. estimate(AbstractQueryContext qctx)Estimate the cost of execution for given query. | 
| abstract QueryCost | DriverQueryPlan. getCost()Get the cost associated with the plan | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCost | QueryExecutionService. estimate(String requestId,
        LensSessionHandle sessionHandle,
        String query,
        LensConf conf)Estimate the cost of given query. | 
| QueryCost | DriverSelectorQueryContext. getDriverQueryCost(LensDriver driver) | 
| QueryCost | AbstractQueryContext. getDriverQueryCost(LensDriver driver)Get query cost for the driver | 
| QueryCost | DriverSelectorQueryContext. getSelectedDriverQueryCost()Return selected driver's query plan, but check for null conditions first. | 
| QueryCost | AbstractQueryContext. getSelectedDriverQueryCost()Get selected driver's cost | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCost | QueryExecutionServiceImpl. estimate(String requestId,
        LensSessionHandle sessionHandle,
        String query,
        LensConf lensConf) | 
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.