We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f621431 commit 6ab3c59Copy full SHA for 6ab3c59
datafusion/core/src/execution/session_state.rs
@@ -932,6 +932,7 @@ impl SessionState {
932
/// be used for all values unless explicitly provided.
933
///
934
/// See example on [`SessionState`]
935
+#[derive(Clone)]
936
pub struct SessionStateBuilder {
937
session_id: Option<String>,
938
analyzer: Option<Analyzer>,
0 commit comments