Class JoinOrderPlanner.JoinOrderPlan
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.JoinOrderPlanner.JoinOrderPlan
- Enclosing interface:
JoinOrderPlanner
-
Constructor Summary
ConstructorsConstructorDescriptionJoinOrderPlan(List<TupleExpr> orderedArgs, double estimatedFinalRows, double estimatedTotalWork) JoinOrderPlan(List<TupleExpr> orderedArgs, double estimatedFinalRows, double estimatedTotalWork, List<String> diagnostics) JoinOrderPlan(List<TupleExpr> orderedArgs, double estimatedFinalRows, double estimatedTotalWork, List<String> diagnostics, Map<String, String> summaryStringMetrics, Map<String, Double> summaryDoubleMetrics, List<JoinOrderPlanner.PlanStep> steps) -
Method Summary
-
Constructor Details
-
JoinOrderPlan
-
JoinOrderPlan
-
JoinOrderPlan
-
-
Method Details
-
getOrderedArgs
-
getEstimatedFinalRows
public double getEstimatedFinalRows() -
getEstimatedTotalWork
public double getEstimatedTotalWork() -
getDiagnostics
-
getSummaryStringMetrics
-
getSummaryDoubleMetrics
-
getSteps
-