NativeSqlExecutionUiData class

Native SQL Execution Data

Constructors

NativeSqlExecutionUiData.new({String? description, String? executionId, String? fallbackDescription, List<FallbackReason>? fallbackNodeToReason, int? numFallbackNodes, int? numNativeNodes})
NativeSqlExecutionUiData.fromJson(Map json_)

Properties

description String?
Description of the execution.
getter/setter pair
executionId String?
Execution ID of the Native SQL Execution.
getter/setter pair
fallbackDescription String?
Description of the fallback.
getter/setter pair
fallbackNodeToReason List<FallbackReason>?
Fallback node to reason.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
numFallbackNodes int?
Number of nodes fallen back to Spark.
getter/setter pair
numNativeNodes int?
Number of nodes in Native.
getter/setter pair
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