Close recovers memory used by the query result.
()
| 146 | Exec(ctx context.Context) *Result |
| 147 | // Close recovers memory used by the query result. |
| 148 | Close() |
| 149 | // Statement returns the parsed statement of the query. |
| 150 | Statement() parser.Statement |
| 151 | // Stats returns statistics about the lifetime of the query. |
no outgoing calls