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

Function create

datafusion/ffi/src/tests/table_provider_factory.rs:55–58  ·  view source on GitHub ↗
(codec: FFI_LogicalExtensionCodec)

Source from the content-addressed store, hash-verified

53}
54
55pub(crate) fn create(codec: FFI_LogicalExtensionCodec) -> FFI_TableProviderFactory {
56 let factory = TestTableProviderFactory {};
57 FFI_TableProviderFactory::new_with_ffi_codec(Arc::new(factory), None, codec)
58}

Callers 15

read_csvFunction · 0.85
create_contextFunction · 0.85
catalogFunction · 0.85
prepare_example_dataFunction · 0.85
make_demo_fileFunction · 0.85
write_file_with_indexFunction · 0.85
make_demo_fileFunction · 0.85
newMethod · 0.85
test_prefix_pathFunction · 0.85
generate_fact_tableFunction · 0.85
generate_dimension_tableFunction · 0.85

Calls 1

newFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…