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

Method take_ready_planners

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

Take the ready child planners.

(&mut self)

Source from the content-addressed store, hash-verified

174
175 /// Take the ready child planners.
176 pub fn take_ready_planners(&mut self) -> Vec<Box<dyn MorselPlanner>> {
177 std::mem::take(&mut self.ready_planners)
178 }
179
180 /// Take the pending I/O future, if any.
181 pub fn take_pending_planner(&mut self) -> Option<PendingMorselPlanner> {

Callers 2

poll_scanMethod · 0.80
open_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected