Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ memory_limit
Method
memory_limit
datafusion/execution/src/memory_pool/pool.rs:59–61 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
57
}
58
59
fn memory_limit(&self) -> MemoryLimit {
60
MemoryLimit::Infinite
61
}
62
}
63
64
impl Display for UnboundedMemoryPool {
Callers
3
config_entries
Method · 0.45
capacity
Method · 0.45
test_runtime_env_builder_reads_env_var
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_runtime_env_builder_reads_env_var
Function · 0.36