Class QueryPlanEntryStep (2.33.0)

QueryPlanEntryStep(kind, substeps)

Map a single step in a query plan entry.

Parameters

NameDescription
kind str

step type.

substeps List

names of substeps.

Inheritance

builtins.object > QueryPlanEntryStep

Methods

from_api_repr

from_api_repr(resource: dict)

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.