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

Method with_session_id

datafusion/core/src/execution/session_state.rs:1227–1230  ·  view source on GitHub ↗

Set the session id.

(mut self, session_id: String)

Source from the content-addressed store, hash-verified

1225
1226 /// Set the session id.
1227 pub fn with_session_id(mut self, session_id: String) -> Self {
1228 self.session_id = Some(session_id);
1229 self
1230 }
1231
1232 /// Set the [`AnalyzerRule`]s optimizer plan rules.
1233 pub fn with_analyzer_rules(

Callers 1

enable_url_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected