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

Method with_reservation

datafusion/physical-plan/src/memory.rs:78–81  ·  view source on GitHub ↗

Set the memory reservation for the data

(mut self, reservation: MemoryReservation)

Source from the content-addressed store, hash-verified

76
77 /// Set the memory reservation for the data
78 pub fn with_reservation(mut self, reservation: MemoryReservation) -> Self {
79 self.reservation = Some(reservation);
80 self
81 }
82
83 /// Set the number of rows to produce
84 pub fn with_fetch(mut self, fetch: Option<usize>) -> Self {

Callers 3

executeMethod · 0.45
test_work_tableFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_work_tableFunction · 0.36