ProfilingStats class

Implemented types

Constructors

ProfilingStats()

Properties

exec_duration_in_us int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
other_stats Map<Int8List, Int8List>?
getter/setter pair
rows int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total_duration_in_us int
getter/setter pair

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
isSetExec_duration_in_us() bool
isSetOther_stats() bool
isSetRows() bool
isSetTotal_duration_in_us() 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
unsetExec_duration_in_us() → dynamic
unsetOther_stats() → dynamic
unsetRows() → dynamic
unsetTotal_duration_in_us() → 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

EXEC_DURATION_IN_US → const int
OTHER_STATS → const int
ROWS → const int
TOTAL_DURATION_IN_US → const int