Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::execution::disk_manager - Rust
[go: Go Back, main page]

Module disk_manager

Source
Expand description

DiskManager: Manages files generated during query execution

Structs§

DiskManager
Manages files generated during query execution, e.g. spill files generated while processing dataset larger than available memory.
DiskManagerBuilder
Builder pattern for the DiskManager structure
RefCountedTempFile
A wrapper around a NamedTempFile that also contains a reference to its parent temporary directory.

Enums§

DiskManagerConfigDeprecated
Configuration for temporary disk access
DiskManagerMode