Interface FedXCostModel
-
- All Known Implementing Classes:
DefaultFedXCostModel
public interface FedXCostModel
Interface for a cost model used inStatementGroupAndJoinOptimizer
.- Author:
- Andreas Schwarte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
estimateCost(TupleExpr tupleExpr, Set<String> joinVars)
Return the estimated cost for the givenTupleExpr
-