BigQuery API - Class Google::Cloud::Bigquery::QueryJob::Step (v1.63.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the BigQuery API class Google::Cloud::Bigquery::QueryJob::Step.
Represents an operation in a stage in the execution plan for the
query.
Inherits
Object
Example
require"google/cloud/bigquery"bigquery=Google::Cloud::Bigquery.newsql="SELECT word FROM `bigquery-public-data.samples.shakespeare`"job=bigquery.query_jobsqljob.wait_until_done!stages=job.query_planstages.eachdo|stage|putsstage.namestage.steps.eachdo|step|putsstep.kindputsstep.substeps.inspectendend
Methods
#kind
defkind()->String
Machine-readable operation type. For a full
list of operation types, see Steps
metadata.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-25 UTC."],[],[]]