Interface FedXCostModel

    • Method Detail

      • estimateCost

        double estimateCost​(TupleExpr tupleExpr,
                            Set<String> joinVars)
        Return the estimated cost for the given TupleExpr
        Parameters:
        tupleExpr -
        joinVars -
        Returns:
        the cost associated to the tupleExpr