Class QueryPlanEntryStep (3.16.0)

QueryPlanEntryStep(kind, substeps)

Map a single step in a query plan entry.

Parameters

NameDescription
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
NameDescription
resource Dict

JSON representation of the entry.

Returns
TypeDescription
google.cloud.bigquery.job.QueryPlanEntryStepNew instance built from the resource.

__init__

__init__(kind, substeps)

Initialize self. See help(type(self)) for accurate signature.

QueryPlanEntryStep

QueryPlanEntryStep(kind, substeps)

Map a single step in a query plan entry.

Parameters
NameDescription
kind str

step type.

substeps List

names of substeps.