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

Method create

datafusion/core/src/datasource/mod.rs:151–159  ·  view source on GitHub ↗
(
            &self,
            _logical_file_schema: SchemaRef,
            physical_file_schema: SchemaRef,
        )

Source from the content-addressed store, hash-verified

149
150 impl PhysicalExprAdapterFactory for TestPhysicalExprAdapterFactory {
151 fn create(
152 &self,
153 _logical_file_schema: SchemaRef,
154 physical_file_schema: SchemaRef,
155 ) -> Result<Arc<dyn PhysicalExprAdapter>> {
156 Ok(Arc::new(TestPhysicalExprAdapter {
157 physical_file_schema,
158 }))
159 }
160 }
161
162 #[derive(Debug)]

Callers 4

get_execFunction · 0.45
infer_optionsMethod · 0.45
cacheMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected