MCPcopy Create free account
hub / github.com/apache/datafusion / parquet_encryption_factory

Method parquet_encryption_factory

datafusion/execution/src/runtime_env.rs:228–233  ·  view source on GitHub ↗
(
        &self,
        id: &str,
    )

Source from the content-addressed store, hash-verified

226 /// Retrieve an [`EncryptionFactory`] by its identifier
227 #[cfg(feature = "parquet_encryption")]
228 pub fn parquet_encryption_factory(
229 &self,
230 id: &str,
231 ) -> Result<Arc<dyn EncryptionFactory>> {
232 self.parquet_encryption_factory_registry.get_factory(id)
233 }
234
235 /// Returns the current runtime configuration entries
236 pub fn config_entries(&self) -> Vec<ConfigEntry> {

Calls 1

get_factoryMethod · 0.80

Tested by

no test coverage detected