MCPcopy Index your code
hub / github.com/cloudspannerecosystem/spanner-cli / ExplainStatement

Struct ExplainStatement

statement.go:537–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537type ExplainStatement struct {
538 Explain string
539 IsDML bool
540}
541
542// Execute processes `EXPLAIN` statement for queries and DMLs.
543func (s *ExplainStatement) Execute(ctx context.Context, session *Session) (*Result, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected