LogicalTableSource constructor

LogicalTableSource({
  1. JoinInstruction? joinInstruction,
  2. String? physicalTableId,
})

Implementation

LogicalTableSource({
  this.joinInstruction,
  this.physicalTableId,
});