pub fn register_file_source(registry: &ConnectorRegistry)Expand description
Registers the file source connector in the registry.
This is called by LaminarDB::register_builtin_connectors() when the
files feature is enabled, and makes connector = 'files' available
in CREATE SOURCE statements.