Class QueryOptimizer.QueryCostEstimator
java.lang.Object
com.loomcache.server.query.QueryOptimizer.QueryCostEstimator
- Enclosing class:
QueryOptimizer
Cost estimator for query execution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionestimate(QueryPlan plan, @Nullable QueryOptimizer.TableStatistics stats)
-
Constructor Details
-
QueryCostEstimator
public QueryCostEstimator()
-
-
Method Details
-
estimate
public QueryOptimizer.CostEstimate estimate(QueryPlan plan, @Nullable QueryOptimizer.TableStatistics stats)
-