steps property

List<ExplainQueryStep>? steps
getter/setter pair

List of operations within the stage in dependency order (approximately chronological).

Implementation

core.List<ExplainQueryStep>? steps;