Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ functions
Function
functions
datafusion/spark/src/function/map/mod.rs:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
pub fn functions() -> Vec<Arc<ScalarUDF>> {
54
vec![map_from_arrays(), map_from_entries(), str_to_map()]
55
}
Callers
4
all_default_scalar_functions
Function · 0.50
all_default_aggregate_functions
Function · 0.50
all_default_window_functions
Function · 0.50
all_default_table_functions
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…