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

Method with_shared_state

datafusion/datasource/src/source.rs:284–290  ·  view source on GitHub ↗

Set sibling shared state

(
        mut self,
        sibling_state: Option<Arc<dyn Any + Send + Sync>>,
    )

Source from the content-addressed store, hash-verified

282
283 /// Set sibling shared state
284 pub fn with_shared_state(
285 mut self,
286 sibling_state: Option<Arc<dyn Any + Send + Sync>>,
287 ) -> Self {
288 self.sibling_state = sibling_state;
289 self
290 }
291}
292
293impl dyn DataSource {

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected