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

Method create_table_provider

datafusion/catalog/src/table.rs:600–603  ·  view source on GitHub ↗
(&self, args: &[Expr])

Source from the content-addressed store, hash-verified

598 note = "Use `TableFunction::create_table_provider_with_args` instead"
599 )]
600 pub fn create_table_provider(&self, args: &[Expr]) -> Result<Arc<dyn TableProvider>> {
601 #[expect(deprecated)]
602 self.fun.call(args)
603 }
604
605 /// Get the function implementation and generate a table
606 pub fn create_table_provider_with_args(

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected