| 344 | } |
| 345 | |
| 346 | type mysqlExplainer struct { |
| 347 | *sql.DB |
| 348 | } |
| 349 | |
| 350 | func (me *mysqlExplainer) Explain(ctx context.Context, query string, args ...*plugin.Parameter) (*vetEngineOutput, error) { |
| 351 | eQuery := "EXPLAIN FORMAT=JSON " + query |
nothing calls this directly
no outgoing calls
no test coverage detected