This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.query.QueryCost (Lens 2.1.0-beta-incubating API)

Uses of Class
org.apache.lens.api.query.QueryCost

Packages that use QueryCost
org.apache.lens.api.query   
org.apache.lens.driver.cube   
org.apache.lens.driver.hive   
org.apache.lens.driver.jdbc   
org.apache.lens.server.api.driver   
org.apache.lens.server.api.query   
 

Uses of QueryCost in org.apache.lens.api.query
 

Methods in org.apache.lens.api.query with parameters of type QueryCost
 int QueryCost.compareTo(QueryCost other)
           
 

Constructors in org.apache.lens.api.query with parameters of type QueryCost
EstimateResult(QueryCost cost)
          Instantiates a new CostEstimateResult with cost
 

Uses of QueryCost in org.apache.lens.driver.cube
 

Methods in org.apache.lens.driver.cube that return QueryCost
 QueryCost RewriterPlan.getCost()
           
 

Uses of QueryCost in org.apache.lens.driver.hive
 

Methods in org.apache.lens.driver.hive that return QueryCost
 QueryCost HiveDriver.estimate(AbstractQueryContext qctx)
           
 QueryCost HiveQueryPlan.getCost()
           
 

Uses of QueryCost in org.apache.lens.driver.jdbc
 

Methods in org.apache.lens.driver.jdbc that return QueryCost
 QueryCost JDBCDriver.estimate(AbstractQueryContext qctx)
           
 

Uses of QueryCost in org.apache.lens.server.api.driver
 

Methods in org.apache.lens.server.api.driver that return QueryCost
 QueryCost LensDriver.estimate(AbstractQueryContext qctx)
          Estimate the cost of execution for given query.
abstract  QueryCost DriverQueryPlan.getCost()
          Get the cost associated with the plan
 

Uses of QueryCost in org.apache.lens.server.api.query
 

Methods in org.apache.lens.server.api.query that return QueryCost
 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
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.