Skip to main content

Crate polars_ooc

Crate polars_ooc 

Source

Structs§

Allocator
LeastRecentSpillContext
A context that spills the least-recently registered spillable when asked.
MostRecentSpillContext
A context that spills the most-recently registered spillable when asked.
PinnedFrameMut
PinnedMut
PinnedRef
RandomSpillContext
A context that spills a random registered spillable when asked.
SpillContextParam
An opaque parameter passed into a spill context during registering.
SpillFrame
SpillToken
A token representing a possibly spilled object T.
WeakSpillContext
A generic weak reference to a context without knowing which kind it is.

Traits§

ParameterFreeSpillContext
Spillable

Functions§

estimate_memory_usage
Returns an estimate of the total amount of bytes allocated.
flush_ooc_cleanup
Wait for all dead files for out-of-core execution to be cleaned up.
init_ooc_cleaner
Ensures the out-of-core cleanup thread is started.
memory_manager
Return a reference to the global [MemoryManager].