MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / ExplainAnalyzeStatement

Struct ExplainAnalyzeStatement

statement.go:609–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609type ExplainAnalyzeStatement struct {
610 Query string
611}
612
613func (s *ExplainAnalyzeStatement) Execute(ctx context.Context, session *Session) (*Result, error) {
614 stmt := spanner.NewStatement(s.Query)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected