| 607 | } |
| 608 | |
| 609 | type ExplainAnalyzeStatement struct { |
| 610 | Query string |
| 611 | } |
| 612 | |
| 613 | func (s *ExplainAnalyzeStatement) Execute(ctx context.Context, session *Session) (*Result, error) { |
| 614 | stmt := spanner.NewStatement(s.Query) |
nothing calls this directly
no outgoing calls
no test coverage detected