Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ clone
Method
clone
datafusion/common/src/config.rs:1831–1833 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1829
1830
impl Clone for ExtensionBox {
1831
fn clone(&self) -> Self {
1832
Self(self.0.cloned())
1833
}
1834
}
1835
1836
/// A trait implemented by `config_namespace` and for field types that provides
Callers
8
combine_with_session_config
Method · 0.45
from
Method · 0.45
try_from
Method · 0.45
cloned
Method · 0.45
parquet_table_encryption
Function · 0.45
parquet_encryption_invalid_hex_errors_encryption
Function · 0.45
parquet_encryption_invalid_hex_errors_decryption
Function · 0.45
parquet_table_options_config_metadata_entry
Function · 0.45
Calls
1
cloned
Method · 0.45
Tested by
4
parquet_table_encryption
Function · 0.36
parquet_encryption_invalid_hex_errors_encryption
Function · 0.36
parquet_encryption_invalid_hex_errors_decryption
Function · 0.36
parquet_table_options_config_metadata_entry
Function · 0.36