-
Notifications
You must be signed in to change notification settings - Fork 0
remove_recordset
jeremywinters edited this page Aug 25, 2017
·
2 revisions
description:
removes a recordset that has been previously stored by another command. this may be useful for reducing the memory footprint of your sneaql transform at run time.
parameters:
- required - recordset name
behavior:
- recordset is completely removed
- future references to this recordset will raise an error
examples:
/*-remove_recordset rs-*/
- assign
- assign_result
- execute
- execute_if
- test
- exit_if
- exit_step_if
- recordset
- remove_recordset
- iterate
- on_error
Configuration
-
Command Reference