ShortRepresentation class
Condensed representation of a node and its subtree. Only present for
SCALAR
PlanNode(s).
Constructors
Properties
- description ↔ String
-
A string representation of the expression subtree rooted at this node.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
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. The referencedSCALAR
subquery may not necessarily be a direct child of this node.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited