Class: Google::Cloud::Bigquery::QueryJob::Step
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::QueryJob::Step
- Defined in:
- lib/google/cloud/bigquery/query_job.rb
Overview
Represents an operation in a stage in the execution plan for the query.
Instance Attribute Summary collapse
-
#kind ⇒ String
readonly
Machine-readable operation type.
-
#substeps ⇒ Array<String>
readonly
Human-readable stage descriptions.
Instance Attribute Details
#kind ⇒ String (readonly)
Machine-readable operation type. For a full list of operation types, see Steps metadata.
433 434 435 |
# File 'lib/google/cloud/bigquery/query_job.rb', line 433 def kind @kind end |
#substeps ⇒ Array<String> (readonly)
Human-readable stage descriptions.
433 434 435 |
# File 'lib/google/cloud/bigquery/query_job.rb', line 433 def substeps @substeps end |