execute_with_memory {hdfqlr} | R Documentation |
Generic helper for executing HDFql operations using memory.
execute_with_memory(
script,
variable = NULL,
direction = c("INTO", "FROM"),
suffix = NULL,
stop.on.error = TRUE
)
script |
The HDFQL operation to execute.
Do not include |
variable |
if not |
direction |
Either |
suffix |
Additional script specifications. This can be used for post-processing (for SELECT operations) or for writing raw values (for INSERT operations). |
stop.on.error |
If |
The script output, or NULL
.