JoinPlan constructor

JoinPlan(
  1. Plan left,
  2. Plan right,
  3. SelectStmt stmt
)

Implementation

JoinPlan(this.left, this.right, this.stmt);