Analyze inspects a single statement and returns suggestions.
(stmt ast.Statement)
| 111 | |
| 112 | // Analyze inspects a single statement and returns suggestions. |
| 113 | Analyze(stmt ast.Statement) []Suggestion |
| 114 | } |
| 115 | |
| 116 | // Optimizer analyzes parsed SQL ASTs and produces optimization suggestions. |
no outgoing calls