Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ invoke_with_args
Method
invoke_with_args
datafusion/spark/src/function/math/unhex.rs:67–69 ·
view source on GitHub ↗
(&self, args: ScalarFunctionArgs)
Source
from the content-addressed store, hash-verified
65
}
66
67
fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
68
spark_unhex(&args.args)
69
}
70
}
71
72
#[inline]
Callers
nothing calls this directly
Calls
1
spark_unhex
Function · 0.85
Tested by
no test coverage detected