Skip to content

Commit bd9be45

Browse files
committed
docstring
1 parent e811330 commit bd9be45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

datafusion/ffi/src/config/extension_options.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ use crate::df_result;
3232
/// variant of this object. This is due to the typical method for interacting
3333
/// with extension options is by creating a local struct of your concrete type.
3434
/// To support this methodology use the `to_extension` method instead.
35+
///
36+
/// When using [`FFI_ExtensionOptions`] with multiple extensions, all extension
37+
/// values are stored on a single [`FFI_ExtensionOptions`] object. The keys
38+
/// are stored with the full path prefix to avoid overwriting values when using
39+
/// multiple extensions.
3540
#[repr(C)]
3641
#[derive(Debug, StableAbi)]
3742
#[allow(non_camel_case_types)]

0 commit comments

Comments
 (0)