Interface FedXCostModel
- All Known Implementing Classes:
 DefaultFedXCostModel
public interface FedXCostModel
Interface for a cost model used in 
StatementGroupAndJoinOptimizer.- Author:
 - Andreas Schwarte
 
- 
Method Summary
Modifier and TypeMethodDescriptiondoubleestimateCost(TupleExpr tupleExpr, Set<String> joinVars) Return the estimated cost for the givenTupleExpr 
- 
Method Details
- 
estimateCost
 
 -