PhysicalJoinOp constructor
PhysicalJoinOp({
- required String leftTable,
- required String rightTable,
- required JoinEdge edge,
- required PhysicalJoinType method,
- required CostEstimate cost,
Implementation
PhysicalJoinOp({
required this.leftTable,
required this.rightTable,
required this.edge,
required this.method,
required this.cost,
});