|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryCost | |
---|---|
org.apache.lens.api.query | |
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.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |