PlanDescription class
- Implemented types
Constructors
Properties
- format ↔ Int8List?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
node_index_map
↔ Map<
int, int> ? -
getter/setter pair
- optimize_time_in_us ↔ int
-
getter/setter pair
-
plan_node_descs
↔ List<
PlanNodeDescription> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getFieldValue(
int fieldID) → dynamic -
Get a field's value by
fieldId
. Primitive types will be wrapped in the appropriate "boxed" types.override -
isSet(
int fieldID) → bool -
Check if a field is currently set or unset, using the
fieldId
.override -
isSetFormat(
) → bool -
isSetNode_index_map(
) → bool -
isSetOptimize_time_in_us(
) → bool -
isSetPlan_node_descs(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
TProtocol iprot) → void -
Reads the TObject from the given input protocol.
override
-
setFieldValue(
int fieldID, Object value) → dynamic -
Set a field's value by
fieldId
. Primitive types must be "boxed" in the appropriate object wrapper type.override -
toString(
) → String -
A string representation of this object.
override
-
unsetFormat(
) → dynamic -
unsetNode_index_map(
) → dynamic -
unsetOptimize_time_in_us(
) → dynamic -
unsetPlan_node_descs(
) → dynamic -
validate(
) → dynamic -
write(
TProtocol oprot) → void -
Writes the objects out to the
oprot
protocol.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- FORMAT → const int
- NODE_INDEX_MAP → const int
- OPTIMIZE_TIME_IN_US → const int
- PLAN_NODE_DESCS → const int