MultiJoinPlan constructor
MultiJoinPlan(
- List<
PhysicalJoinOp> ops
Implementation
MultiJoinPlan(this.ops)
: totalCost = ops.fold(0.0, (s, op) => s + op.cost.totalCost);
MultiJoinPlan(this.ops)
: totalCost = ops.fold(0.0, (s, op) => s + op.cost.totalCost);