Uses of Enum Class
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.JoinOrderPlanner.Algorithm
Packages that use JoinOrderPlanner.Algorithm
Package
Description
-
Uses of JoinOrderPlanner.Algorithm in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Subclasses with type arguments of type JoinOrderPlanner.Algorithm in org.eclipse.rdf4j.query.algebra.evaluation.optimizerMethods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer that return JoinOrderPlanner.AlgorithmModifier and TypeMethodDescriptionJoinOrderPlanner.PlanningAttempt.getAlgorithm()static JoinOrderPlanner.AlgorithmReturns the enum constant of this class with the specified name.static JoinOrderPlanner.Algorithm[]JoinOrderPlanner.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type JoinOrderPlanner.AlgorithmModifier and TypeMethodDescriptiondefault Optional<JoinOrderPlanner.JoinOrderPlan> JoinOrderPlanner.estimateJoinOrder(List<TupleExpr> orderedArgs, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, List<JoinOrderPlanner.FilterConstraint> deferredFilters) 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) default JoinOrderPlanner.PlanningAttemptJoinOrderPlanner.planJoinOrderAttempt(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm) default JoinOrderPlanner.PlanningAttemptJoinOrderPlanner.planJoinOrderAttempt(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, List<JoinOrderPlanner.FilterConstraint> deferredFilters) JoinOrderPlanner.PlanningAttempt.planned(JoinOrderPlanner.JoinOrderPlan plan, String plannerId, JoinOrderPlanner.Algorithm algorithm, String plannerPath, List<String> diagnostics) JoinOrderPlanner.PlanningAttempt.rejected(String plannerId, JoinOrderPlanner.Algorithm algorithm, String plannerPath, String rejectedFactor, List<String> diagnostics) JoinOrderPlanner.PlanningAttempt.unavailable(JoinOrderPlanner.Algorithm algorithm) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type JoinOrderPlanner.AlgorithmModifierConstructorDescriptionPlanningAttempt(Optional<JoinOrderPlanner.JoinOrderPlan> plan, String plannerId, JoinOrderPlanner.Algorithm algorithm, String plannerPath, String rejectedFactor, List<String> diagnostics) -
Uses of JoinOrderPlanner.Algorithm in org.eclipse.rdf4j.query.algebra.evaluation.sketch
Methods in org.eclipse.rdf4j.query.algebra.evaluation.sketch with parameters of type JoinOrderPlanner.AlgorithmModifier 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) SketchBasedJoinEstimator.planJoinOrderAttempt(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, JoinFactorCostModel factorCostModel, List<JoinOrderPlanner.FilterConstraint> deferredFilters) SketchBasedJoinEstimator.planJoinOrderAttempt(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, SketchBasedJoinEstimator.JoinOrderWorkAdjuster workAdjuster, List<JoinOrderPlanner.FilterConstraint> deferredFilters)