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.
RefCountedTempFile
A wrapper around a NamedTempFile that also contains a reference to its parent temporary directory.

Enums§

DiskManagerConfig
Configuration for temporary disk access