We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790f454 commit bf626f4Copy full SHA for bf626f4
datafusion/ffi/src/session_config.rs
@@ -144,7 +144,10 @@ impl Drop for FFI_SessionConfig {
144
}
145
146
147
-/// A wrapper struct for accessing [`SessionConfig`] across a FFI boundary
+/// A wrapper struct for accessing [`SessionConfig`] across a FFI boundary.
148
+/// The [`SessionConfig`] will be generated from a hash map of the config
149
+/// options in the provider and will be reconstructed on this side of the
150
+/// interface.s
151
pub struct ForeignSessionConfig(pub SessionConfig);
152
153
impl TryFrom<&FFI_SessionConfig> for ForeignSessionConfig {
0 commit comments