Module datafusion_execution::cache
source · Modules
Traits
- The cache accessor, users usually working on this interface while manipulating caches. This interface does not get
mutreferences and thus has to handle its own locking via internal mutability. It can be accessed via multiple concurrent queries during planning and execution.