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

Function make_udf

datafusion/sql/tests/sql_integration.rs:3601–3603  ·  view source on GitHub ↗
(name: &'static str, args: Vec<DataType>, return_type: DataType)

Source from the content-addressed store, hash-verified

3599}
3600
3601fn make_udf(name: &'static str, args: Vec<DataType>, return_type: DataType) -> ScalarUDF {
3602 ScalarUDF::new_from_impl(DummyUDF::new(name, args, return_type))
3603}
3604
3605/// Mocked UDF
3606#[derive(Debug, PartialEq, Eq, Hash)]

Callers 1

mock_session_stateFunction · 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…