Uses of Record Class
com.loomcache.server.query.QueryOptimizer.CostEstimate
Packages that use QueryOptimizer.CostEstimate
-
Uses of QueryOptimizer.CostEstimate in com.loomcache.server.query
Methods in com.loomcache.server.query that return QueryOptimizer.CostEstimateModifier and TypeMethodDescriptionQueryOptimizer.QueryCostEstimator.estimate(QueryPlan plan, @Nullable QueryOptimizer.TableStatistics stats) Constructors in com.loomcache.server.query with parameters of type QueryOptimizer.CostEstimateModifierConstructorDescriptionOptimizedQueryPlan(QueryPlan originalPlan, List<String> appliedOptimizations, QueryOptimizer.CostEstimate estimate, QueryOptimizer.OptimizedQueryPlan.ExecutionStrategy strategy)