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 datafusion::execution::disk_manager

source ·
Expand description

Manages files generated during query execution, files are hashed among the directories listed in RuntimeConfig::local_dirs.

Structs§

  • Manages files generated during query execution, e.g. spill files generated while processing dataset larger than available memory.
  • A wrapper around a NamedTempFile that also contains a reference to its parent temporary directory

Enums§