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

Method name

datafusion-examples/examples/udf/async_udf.rs:163–165  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

161/// [async_trait]
162impl ScalarUDFImpl for AskLLM {
163 fn name(&self) -> &str {
164 "ask_llm"
165 }
166
167 fn signature(&self) -> &Signature {
168 &self.signature

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected