CboJoinPlan constructor

CboJoinPlan(
  1. MultiJoinPlan joinPlan,
  2. SelectStmt stmt,
  3. CostEstimate est
)

Implementation

CboJoinPlan(this.joinPlan, this.stmt, CostEstimate est) : super(est);