(buf *TrackedBuffer)
| 221 | // generated by the parser. |
| 222 | type SQLNode interface { |
| 223 | Format(buf *TrackedBuffer) |
| 224 | // walkSubtree calls visit on all underlying nodes |
| 225 | // of the subtree, but not the current one. Walking |
| 226 | // must be interrupted if visit returns an error. |
no outgoing calls