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

Method create_sibling_state

datafusion/datasource/src/source.rs:248–250  ·  view source on GitHub ↗

Create per execution state to share across sibling instances of this data source during one execution. Returns `None` (the default) if this data source has no sibling-shared execution state.

(&self)

Source from the content-addressed store, hash-verified

246 /// Returns `None` (the default) if this data source has
247 /// no sibling-shared execution state.
248 fn create_sibling_state(&self) -> Option<Arc<dyn Any + Send + Sync>> {
249 None
250 }
251
252 /// Open a partition using optional sibling-shared execution state.
253 ///

Callers 1

executeMethod · 0.45

Implementers 2

memory.rsdatafusion/datasource/src/memory.rs
mod.rsdatafusion/datasource/src/file_scan_co

Calls

no outgoing calls

Tested by

no test coverage detected