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

Method session_id

datafusion/execution/src/task.rs:124–126  ·  view source on GitHub ↗

Return the `session_id` of this [TaskContext]

(&self)

Source from the content-addressed store, hash-verified

122
123 /// Return the `session_id` of this [TaskContext]
124 pub fn session_id(&self) -> String {
125 self.session_id.clone()
126 }
127
128 /// Return the `task_id` of this [TaskContext]
129 pub fn task_id(&self) -> Option<String> {

Callers 1

fromMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected