Class QueryPlanEntryStep (3.22.0)

QueryPlanEntryStep(kind, substeps)

Map a single step in a query plan entry.

Parameters

Name Description
kind str

step type.

substeps List

names of substeps.

Methods

from_api_repr

from_api_repr(resource: dict) -> google.cloud.bigquery.job.query.QueryPlanEntryStep

Factory: construct instance from the JSON repr.

Parameter
Name Description
resource Dict

JSON representation of the entry.

Returns
Type Description
google.cloud.bigquery.job.QueryPlanEntryStep New instance built from the resource.