PhysicalTable constructor
PhysicalTable({
- CustomSql? customSql,
- RelationalTable? relationalTable,
- S3Source? s3Source,
Implementation
PhysicalTable({
this.customSql,
this.relationalTable,
this.s3Source,
});