JoinPlan constructor
JoinPlan(
- Plan left,
- Plan right,
- SelectStmt stmt
Implementation
JoinPlan(this.left, this.right, this.stmt);
JoinPlan(this.left, this.right, this.stmt);