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

Method take_morsels

datafusion/datasource/src/morsel/mod.rs:171–173  ·  view source on GitHub ↗

Take the ready morsels.

(&mut self)

Source from the content-addressed store, hash-verified

169
170 /// Take the ready morsels.
171 pub fn take_morsels(&mut self) -> Vec<Box<dyn Morsel>> {
172 std::mem::take(&mut self.morsels)
173 }
174
175 /// Take the ready child planners.
176 pub fn take_ready_planners(&mut self) -> Vec<Box<dyn MorselPlanner>> {

Callers 2

poll_scanMethod · 0.80
open_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected