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

Method session_config

datafusion/execution/src/task.rs:119–121  ·  view source on GitHub ↗

Return the SessionConfig associated with this [TaskContext]

(&self)

Source from the content-addressed store, hash-verified

117
118 /// Return the SessionConfig associated with this [TaskContext]
119 pub fn session_config(&self) -> &SessionConfig {
120 &self.session_config
121 }
122
123 /// Return the `session_id` of this [TaskContext]
124 pub fn session_id(&self) -> String {

Callers 15

executeMethod · 0.80
newMethod · 0.80
newMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
test_asyncFunction · 0.80

Calls

no outgoing calls