LogicalTableSource constructor
LogicalTableSource({
- JoinInstruction? joinInstruction,
- String? physicalTableId,
Implementation
LogicalTableSource({
this.joinInstruction,
this.physicalTableId,
});