We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e811330 commit bd9be45Copy full SHA for bd9be45
datafusion/ffi/src/config/extension_options.rs
@@ -32,6 +32,11 @@ use crate::df_result;
32
/// variant of this object. This is due to the typical method for interacting
33
/// with extension options is by creating a local struct of your concrete type.
34
/// 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.
40
#[repr(C)]
41
#[derive(Debug, StableAbi)]
42
#[allow(non_camel_case_types)]
0 commit comments