RelationDescriptor class
Describes a relation and its columns.
Constructors
-
RelationDescriptor({Map<
String, String> ? bigqueryLabels, List<ColumnDescriptor> ? columns, String? description}) - RelationDescriptor.fromJson(Map json_)
Properties
-
bigqueryLabels
↔ Map<
String, String> ? -
A set of BigQuery labels that should be applied to the relation.
getter/setter pair
-
columns
↔ List<
ColumnDescriptor> ? -
A list of descriptions of columns within the relation.
getter/setter pair
- description ↔ String?
-
A text description of the relation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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