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

Method name

datafusion/sql/src/unparser/expr.rs:1952–1954  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1950
1951 impl ScalarUDFImpl for DummyUDF {
1952 fn name(&self) -> &str {
1953 "dummy_udf"
1954 }
1955
1956 fn signature(&self) -> &Signature {
1957 &self.signature

Callers 2

expr_to_sql_innerMethod · 0.45
get_field_to_sqlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected