Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.optimizer.JoinFactorCostModel.CostContext
Packages that use JoinFactorCostModel.CostContext
-
Uses of JoinFactorCostModel.CostContext in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer that return JoinFactorCostModel.CostContextModifier and TypeMethodDescriptionJoinFactorCostModel.CostContext.of(String[] variableNames, long currentlyBoundVarMask, double outerPrefixRows, double distinctLookupBindings, boolean nestedIteratorInvocation) JoinFactorCostModel.CostContext.of(String[] variableNames, long currentlyBoundVarMask, double outerPrefixRows, double distinctLookupBindings, boolean nestedIteratorInvocation, boolean collectMetrics) JoinFactorCostModel.CostContext.of(Set<String> currentlyBoundVars, double outerPrefixRows, double distinctLookupBindings, boolean nestedIteratorInvocation) Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type JoinFactorCostModel.CostContextModifier and TypeMethodDescriptionJoinFactorCostModel.estimateFactorCost(TupleExpr factor, JoinFactorCostModel.CostContext context)