remove_recordset - full360/sneaql GitHub Wiki

Command: REMOVE_RECORDSET

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-*/