ShortRepresentation class
Condensed representation of a node and its subtree.
Only present for SCALAR
PlanNode(s).
Constructors
-
ShortRepresentation({String? description, Map<
String, int> ? subqueries}) - ShortRepresentation.fromJson(Map json_)
Properties
- description ↔ String?
-
A string representation of the expression subtree rooted at this node.
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
-
subqueries
↔ Map<
String, int> ? -
A mapping of (subquery variable name) -> (subquery node id) for cases
where the
description
string of this node references aSCALAR
subquery contained in the expression subtree rooted at this node.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