pub type FileExtensions = Extensions;Expand description
User-defined per-file extension data, keyed by concrete Rust type.
Re-exported from datafusion_common::extensions::Extensions; the same
type backs SessionConfig::extensions, ExtendedStatistics::extensions,
and other extension fields throughout DataFusion.
Aliased Typeยง
pub struct FileExtensions { /* private fields */ }