Interface protos.google.spanner.v1.IPlanNode

Properties of a PlanNode.

Package

@google-cloud/spanner!

Properties

childLinks?: (google.spanner.v1.PlanNode.IChildLink[]|null);

PlanNode childLinks

Property Value
TypeDescription
(google.spanner.v1.PlanNode.IChildLink[]|null)

displayName

displayName?: (string|null);

PlanNode displayName

Property Value
TypeDescription
(string|null)

executionStats

executionStats?: (google.protobuf.IStruct|null);

PlanNode executionStats

Property Value
TypeDescription
(google.protobuf.IStruct|null)

index

index?: (number|null);

PlanNode index

Property Value
TypeDescription
(number|null)

kind

kind?: (google.spanner.v1.PlanNode.Kind|keyof typeof google.spanner.v1.PlanNode.Kind|null);

PlanNode kind

Property Value
TypeDescription
(google.spanner.v1.PlanNode.Kind|keyof typeof google.spanner.v1.PlanNode.Kind|null)

metadata

metadata?: (google.protobuf.IStruct|null);

PlanNode metadata

Property Value
TypeDescription
(google.protobuf.IStruct|null)

shortRepresentation

shortRepresentation?: (google.spanner.v1.PlanNode.IShortRepresentation|null);

PlanNode shortRepresentation

Property Value
TypeDescription
(google.spanner.v1.PlanNode.IShortRepresentation|null)