Skip to content

Commit bf626f4

Browse files
committed
Small adjustment to documentation
1 parent 790f454 commit bf626f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

datafusion/ffi/src/session_config.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ impl Drop for FFI_SessionConfig {
144144
}
145145
}
146146

147-
/// A wrapper struct for accessing [`SessionConfig`] across a FFI boundary
147+
/// 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
148151
pub struct ForeignSessionConfig(pub SessionConfig);
149152

150153
impl TryFrom<&FFI_SessionConfig> for ForeignSessionConfig {

0 commit comments

Comments
 (0)