PhysicalTable class

A view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

Constructors

PhysicalTable({CustomSql? customSql, RelationalTable? relationalTable, S3Source? s3Source})
PhysicalTable.fromJson(Map<String, dynamic> json)
factory

Properties

customSql CustomSql?
A physical table type built from the results of the custom SQL query.
final
hashCode int
The hash code for this object.
no setterinherited
relationalTable RelationalTable?
A physical table type for relational data sources.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Source S3Source?
A physical table type for as S3 data source.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited