Get the The path to the temp folder for DuckDB for intermediate spilling in case the set memory limit and/or physical memory of the computer is too low to perform the query.
Usage
spod_get_temp_dir(data_dir = spod_get_data_dir())
Arguments
- data_dir
The directory where the data is stored. Defaults to the value returned by
spod_get_data_dir()
.
Value
The path to the temp folder for DuckDB for intermediate spilling.