Calls a user function, returning the entire result. (If this is a N1QL query it will return all the result rows in an array, which is less efficient than iterating them, so try calling `Iterate` first.)
(context.Context)
| 56 | // Calls a user function, returning the entire result. |
| 57 | // (If this is a N1QL query it will return all the result rows in an array, which is less efficient than iterating them, so try calling `Iterate` first.) |
| 58 | Run(context.Context) (interface{}, error) |
| 59 | } |
| 60 | |
| 61 | //////// DATABASE API FOR USER FUNCTIONS: |
no outgoing calls