Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.JoinFactorCostModel
Packages that use JoinFactorCostModel
-
Uses of JoinFactorCostModel in org.eclipse.rdf4j.query.algebra.evaluation.sketch
Methods in org.eclipse.rdf4j.query.algebra.evaluation.sketch with parameters of type JoinFactorCostModelModifier and TypeMethodDescriptionSketchBasedJoinEstimator.estimateJoinOrder(List<TupleExpr> orderedArgs, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, JoinFactorCostModel factorCostModel, List<JoinOrderPlanner.FilterConstraint> deferredFilters) SketchBasedJoinEstimator.planJoinOrderAttempt(List<TupleExpr> args, Set<String> initiallyBoundVars, JoinOrderPlanner.Algorithm algorithm, JoinFactorCostModel factorCostModel, List<JoinOrderPlanner.FilterConstraint> deferredFilters)