ReQL command: close
Command syntax
result.close()
Description
Close a result. Closing a result cancels the corresponding query and frees the memory associated with the open request.
Example: Close a result.
result.close();
© RethinkDB contributors
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
https://rethinkdb.com/api/java/close-cursor/