Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.JoinOrderPlanner.JoinOrderPlan
Packages that use JoinOrderPlanner.JoinOrderPlan
Package
Description
-
Uses of JoinOrderPlanner.JoinOrderPlan in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer that return types with arguments of type JoinOrderPlanner.JoinOrderPlanModifier and TypeMethodDescriptiondefault Optional<JoinOrderPlanner.JoinOrderPlan> JoinOrderPlanner.estimateJoinOrder(List<TupleExpr> orderedArgs, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, List<JoinOrderPlanner.FilterConstraint> deferredFilters) JoinOrderPlanner.PlanningAttempt.getPlan()JoinOrderPlanner.planJoinOrder(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm) default Optional<JoinOrderPlanner.JoinOrderPlan> JoinOrderPlanner.planJoinOrder(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, List<JoinOrderPlanner.FilterConstraint> deferredFilters) Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type JoinOrderPlanner.JoinOrderPlanModifier and TypeMethodDescriptionJoinOrderPlanner.PlanningAttempt.planned(JoinOrderPlanner.JoinOrderPlan plan, String plannerId, JoinOrderPlanner.Algorithm algorithm, String plannerPath, List<String> diagnostics) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with type arguments of type JoinOrderPlanner.JoinOrderPlanModifierConstructorDescriptionPlanningAttempt(Optional<JoinOrderPlanner.JoinOrderPlan> plan, String plannerId, JoinOrderPlanner.Algorithm algorithm, String plannerPath, String rejectedFactor, List<String> diagnostics) -
Uses of JoinOrderPlanner.JoinOrderPlan in org.eclipse.rdf4j.query.algebra.evaluation.sketch
Methods in org.eclipse.rdf4j.query.algebra.evaluation.sketch that return types with arguments of type JoinOrderPlanner.JoinOrderPlanModifier and TypeMethodDescriptionSketchBasedJoinEstimator.estimateJoinOrder(List<TupleExpr> orderedArgs, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, JoinFactorCostModel factorCostModel, List<JoinOrderPlanner.FilterConstraint> deferredFilters) SketchBasedJoinEstimator.planJoinOrder(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm) SketchBasedJoinEstimator.planJoinOrder(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, SketchBasedJoinEstimator.JoinOrderWorkAdjuster workAdjuster) SketchBasedJoinEstimator.planJoinOrder(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, SketchBasedJoinEstimator.JoinOrderWorkAdjuster workAdjuster, List<JoinOrderPlanner.FilterConstraint> deferredFilters)