Package | Description |
---|---|
org.apache.lens.api.query | |
org.apache.lens.regression.core.helpers | |
org.apache.lens.server.api.query.cost |
Modifier and Type | Method and Description |
---|---|
QueryCostTO |
QueryPlan.getQueryCost()
The query cost.
|
Constructor and Description |
---|
QueryPlan(List<String> tablesQueried,
boolean hasSubQuery,
String execMode,
String scanMode,
QueryPrepareHandle prepareHandle,
String planString,
QueryCostTO queryCost) |
Modifier and Type | Method and Description |
---|---|
LensAPIResult<QueryCostTO> |
QueryHelper.estimateQuery(String queryString) |
LensAPIResult<QueryCostTO> |
QueryHelper.estimateQuery(String queryString,
String sessionHandleString) |
LensAPIResult<QueryCostTO> |
QueryHelper.estimateQuery(String queryString,
String sessionHandleString,
String conf)
Estimate the query
|
Modifier and Type | Method and Description |
---|---|
QueryCostTO |
QueryCostTOBuilder.build() |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.