Properties of a PlanNode.
Package
@google-cloud/spanner!Properties
childLinks
childLinks?: (google.spanner.v1.PlanNode.IChildLink[]|null);PlanNode childLinks
| Type | Description |
|---|---|
| (google.spanner.v1.PlanNode.IChildLink[]|null) |
displayName
displayName?: (string|null);PlanNode displayName
| Type | Description |
|---|---|
| (string|null) |
executionStats
executionStats?: (google.protobuf.IStruct|null);PlanNode executionStats
| Type | Description |
|---|---|
| (google.protobuf.IStruct|null) |
index
index?: (number|null);PlanNode index
| Type | Description |
|---|---|
| (number|null) |
kind
kind?: (google.spanner.v1.PlanNode.Kind|keyof typeof google.spanner.v1.PlanNode.Kind|null);PlanNode kind
| Type | Description |
|---|---|
| (google.spanner.v1.PlanNode.Kind|keyof typeof google.spanner.v1.PlanNode.Kind|null) |
metadata
metadata?: (google.protobuf.IStruct|null);PlanNode metadata
| Type | Description |
|---|---|
| (google.protobuf.IStruct|null) |
shortRepresentation
shortRepresentation?: (google.spanner.v1.PlanNode.IShortRepresentation|null);PlanNode shortRepresentation
| Type | Description |
|---|---|
| (google.spanner.v1.PlanNode.IShortRepresentation|null) |