Class JoinOrderPlanner.PlanStep
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.JoinOrderPlanner.PlanStep
- Enclosing interface:
JoinOrderPlanner
-
Constructor Summary
ConstructorsConstructorDescriptionPlanStep(Set<String> boundVarsBefore, double factorOutputRows, double prefixOutputRows, double stepWorkRows) PlanStep(Set<String> boundVarsBefore, double factorOutputRows, double prefixOutputRows, double stepWorkRows, Map<String, String> stringMetrics, Map<String, Double> doubleMetrics) PlanStep(Set<String> boundVarsBefore, double factorOutputRows, double prefixOutputRows, double stepWorkRows, Map<String, String> stringMetrics, Map<String, Double> doubleMetrics, List<Integer> appliedFilterIndexes) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledouble
-
Constructor Details
-
PlanStep
-
PlanStep
-
PlanStep
-
-
Method Details
-
getBoundVarsBefore
-
getFactorOutputRows
public double getFactorOutputRows() -
getPrefixOutputRows
public double getPrefixOutputRows() -
getStepWorkRows
public double getStepWorkRows() -
getStringMetrics
-
getDoubleMetrics
-
getAppliedFilterIndexes
-