MCPcopy 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
53pub fn functions() -> Vec<Arc<ScalarUDF>> {
54 vec![map_from_arrays(), map_from_entries(), str_to_map()]
55}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…