pub trait ConfigExtension: ExtensionOptions {
const PREFIX: &'static str;
}Expand description
ConfigExtension provides a mechanism to store third-party configuration within DataFusion
Unfortunately associated constants are not currently object-safe, and so this
extends the object-safe ExtensionOptions
Required Associated Constants§
Object Safety§
This trait is not object safe.