This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.query.QueryCost (Lens 2.0.1-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.hive   
org.apache.lens.server.api.driver   
 

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)
           
 

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

Methods in org.apache.lens.driver.hive that return QueryCost
 QueryCost HiveQueryPlan.getCost()
           
 

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

Methods in org.apache.lens.server.api.driver that return QueryCost
abstract  QueryCost DriverQueryPlan.getCost()
          Get the cost associated with the plan
 



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