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

Method call_with_args

datafusion/catalog/src/table.rs:564–567  ·  view source on GitHub ↗

Create a table provider

(&self, args: TableFunctionArgs)

Source from the content-addressed store, hash-verified

562
563 /// Create a table provider
564 fn call_with_args(&self, args: TableFunctionArgs) -> Result<Arc<dyn TableProvider>> {
565 #[expect(deprecated)]
566 self.call(args.exprs)
567 }
568}
569
570/// A table that uses a function to generate data

Callers 1

Implementers 7

simple_udtf.rsdatafusion-examples/examples/udf/simpl
table_list_udtf.rsdatafusion-examples/examples/udf/table
user_defined_table_functions.rsdatafusion/core/tests/user_defined/use
test_udtf_type_coerciondatafusion/core/tests/user_defined/use
udtf.rsdatafusion/ffi/src/udtf.rs
generate_series.rsdatafusion/functions-table/src/generat
functions.rsdatafusion-cli/src/functions.rs

Calls 1

callMethod · 0.45

Tested by

no test coverage detected