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

Uses of Class
org.apache.lens.server.api.query.AbstractQueryContext

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

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

Methods in org.apache.lens.driver.cube with parameters of type AbstractQueryContext
static Map<LensDriver,String> RewriteUtil.rewriteQuery(AbstractQueryContext ctx)
          Rewrite query.
 

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

Methods in org.apache.lens.driver.hive with parameters of type AbstractQueryContext
 HiveQueryPlan HiveDriver.explain(AbstractQueryContext explainCtx)
           
 

Uses of AbstractQueryContext in org.apache.lens.driver.hive.priority
 

Methods in org.apache.lens.driver.hive.priority with parameters of type AbstractQueryContext
 Priority DurationBasedQueryPriorityDecider.decidePriority(AbstractQueryContext abstractQueryContext)
          The Implementation
 

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

Methods in org.apache.lens.driver.jdbc with parameters of type AbstractQueryContext
 DriverQueryPlan JDBCDriver.explain(AbstractQueryContext explainCtx)
          Explain the given query.
 

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

Methods in org.apache.lens.server.api.driver with parameters of type AbstractQueryContext
 DriverQueryPlan LensDriver.explain(AbstractQueryContext explainCtx)
          Explain the given query.
 LensDriver MinQueryCostSelector.select(AbstractQueryContext ctx, org.apache.hadoop.conf.Configuration conf)
          Returns the driver that has the minimum query cost.
 LensDriver DriverSelector.select(AbstractQueryContext ctx, org.apache.hadoop.conf.Configuration conf)
          Select.
 

Uses of AbstractQueryContext in org.apache.lens.server.api.priority
 

Methods in org.apache.lens.server.api.priority with parameters of type AbstractQueryContext
 Priority QueryPriorityDecider.decidePriority(AbstractQueryContext queryContext)
           
 

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

Subclasses of AbstractQueryContext in org.apache.lens.server.api.query
 class ExplainQueryContext
          The class ExplainQueryContext
 class PreparedQueryContext
          The Class PreparedQueryContext.
 class QueryContext
          The Class QueryContext.
 



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