We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ad0ff commit cfa0e72Copy full SHA for cfa0e72
1 file changed
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