Class DefaultFedXCostModel
java.lang.Object
org.eclipse.rdf4j.federated.optimizer.DefaultFedXCostModel
- All Implemented Interfaces:
FedXCostModel
Default implementation of the
FedXCostModel
- Author:
- Andreas Schwarte
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
estimateCost
(TupleExpr tupleExpr, Set<String> joinVars) Return the estimated cost for the givenTupleExpr
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultFedXCostModel
public DefaultFedXCostModel()
-
-
Method Details
-
estimateCost
Description copied from interface:FedXCostModel
Return the estimated cost for the givenTupleExpr
- Specified by:
estimateCost
in interfaceFedXCostModel
- Returns:
- the cost associated to the tupleExpr
-