MCPcopy 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)]
1828struct ExtensionBox(Box<dyn ExtensionOptions>);
1829
1830impl Clone for ExtensionBox {
1831 fn clone(&self) -> Self {

Callers 1

insertMethod · 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…