Results returns the current result. The type depends on the collation mode of the query.
()
| 43 | Next(ctx context.Context) bool |
| 44 | // Results returns the current result. The type depends on the collation mode of the query. |
| 45 | Result() interface{} |
| 46 | // Err returns any error that was encountered by the Iterator. |
| 47 | Err() error |
| 48 | // Close the iterator and do internal cleanup. |
no outgoing calls