Returns the query plan as a list of stages or null if a query plan is not available.
Each stage involves a number of steps that read from data sources, perform a series of
transformations on the input, and emit an output to a future stage (or the final result). The
query plan is available for a completed query job and is retained for 7 days.
See Also: Query Plan
[BETA] The type of query statement, if valid. Possible values include: SELECT INSERT UPDATE
DELETE CREATE_TABLE CREATE_TABLE_AS_SELECT DROP_TABLE CREATE_VIEW DROP_VIEW
Return the timeline for the query, as a list of timeline samples. Each sample provides
information about the overall progress of the query. Information includes time of the sample,
progress reporting on active, completed, and pending units of work, as well as the cumulative
estimation of slot-milliseconds consumed by the query.
[[["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 2025-01-27 UTC."],[],[]]