MCPcopy Create free account
hub / github.com/apache/datafusion / with_memory_limit

Method with_memory_limit

datafusion/core/tests/memory_limit/mod.rs:778–781  ·  view source on GitHub ↗

Set the amount of memory that can be used

(mut self, memory_limit: usize)

Source from the content-addressed store, hash-verified

776
777 /// Set the amount of memory that can be used
778 fn with_memory_limit(mut self, memory_limit: usize) -> Self {
779 self.memory_limit = memory_limit;
780 self
781 }
782
783 /// Set the memory pool to be used
784 ///

Callers 15

set_runtime_variableMethod · 0.45
oom_sortFunction · 0.45
group_by_noneFunction · 0.45
group_by_row_hashFunction · 0.45
group_by_hashFunction · 0.45
join_by_expressionFunction · 0.45
cross_joinFunction · 0.45
sort_merge_join_no_spillFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected