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

Method take_pending_planner

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

Take the pending I/O future, if any.

(&mut self)

Source from the content-addressed store, hash-verified

179
180 /// Take the pending I/O future, if any.
181 pub fn take_pending_planner(&mut self) -> Option<PendingMorselPlanner> {
182 self.pending_planner.take()
183 }
184
185 /// Returns `true` if this plan contains an I/O future.
186 pub fn has_io_future(&self) -> bool {

Callers 2

poll_scanMethod · 0.80
open_fileFunction · 0.80

Calls 1

takeMethod · 0.45

Tested by

no test coverage detected