Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
162
impl ScalarUDFImpl for AskLLM {
163
fn name(&self) -> &str {
164
"ask_llm"
165
}
166
167
fn signature(&self) -> &Signature {
168
&self.signature
Callers
1
invoke_async_with_args
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected