Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ ExtensionBox
Class
ExtensionBox
datafusion/common/src/config.rs:1828–1828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1826
1827
#[derive(Debug)]
1828
struct ExtensionBox(Box<dyn ExtensionOptions>);
1829
1830
impl Clone for ExtensionBox {
1831
fn clone(&self) -> Self {
Callers
1
insert
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…