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

Method create_table_provider_with_args

datafusion/catalog/src/table.rs:606–611  ·  view source on GitHub ↗

Get the function implementation and generate a table

(
        &self,
        args: TableFunctionArgs,
    )

Source from the content-addressed store, hash-verified

604
605 /// Get the function implementation and generate a table
606 pub fn create_table_provider_with_args(
607 &self,
608 args: TableFunctionArgs,
609 ) -> Result<Arc<dyn TableProvider>> {
610 self.fun.call_with_args(args)
611 }
612}

Callers 1

Calls 1

call_with_argsMethod · 0.45

Tested by

no test coverage detected