StoredColumnsUsage class

Indicates the stored columns usage in the query.

Constructors

StoredColumnsUsage.new({TableReference? baseTable, bool? isQueryAccelerated, List<StoredColumnsUnusedReason>? storedColumnsUnusedReasons})
StoredColumnsUsage.fromJson(Map json_)

Properties

baseTable TableReference?
Specifies the base table.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isQueryAccelerated bool?
Specifies whether the query was accelerated with stored columns.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storedColumnsUnusedReasons List<StoredColumnsUnusedReason>?
If stored columns were not used, explain why.
getter/setter pair

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