zeroshade commented on code in PR #3099: URL: https://github.com/apache/arrow-adbc/pull/3099#discussion_r2195631533
########## rust/core/src/driver_manager.rs: ########## @@ -184,6 +205,41 @@ impl ManagedDriver { Ok(ManagedDriver { inner }) } + /// Load a driver either by name, filename, path, or via locating a toml manifest file. + /// The LoadFlags control what directories are searched to locate a manifest. + pub fn load_from_name( + name: impl AsRef<OsStr>, + entrypoint: Option<&[u8]>, + version: AdbcVersion, Review Comment: added to the docs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org