PhysicalTable constructor

PhysicalTable({
  1. CustomSql? customSql,
  2. RelationalTable? relationalTable,
  3. S3Source? s3Source,
})

Implementation

PhysicalTable({
  this.customSql,
  this.relationalTable,
  this.s3Source,
});