execute_with_memory {hdfqlr} | R Documentation |
Execute With Memory
Description
Generic helper for executing HDFql operations using memory.
Usage
execute_with_memory(
script,
variable = NULL,
direction = c("INTO", "FROM"),
suffix = NULL,
stop.on.error = TRUE
)
Arguments
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 |
Value
The script output, or NULL
.
[Package hdfqlr version 0.6-2 Index]