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

Function spark_sha2_hex

datafusion/spark/src/function/math/hex.rs:226–228  ·  view source on GitHub ↗

Spark-compatible `sha2` function

(args: &[ColumnarValue])

Source from the content-addressed store, hash-verified

224
225/// Spark-compatible `sha2` function
226pub fn spark_sha2_hex(args: &[ColumnarValue]) -> Result<ColumnarValue, DataFusionError> {
227 compute_hex(args, true)
228}
229
230pub fn compute_hex(
231 args: &[ColumnarValue],

Callers

nothing calls this directly

Calls 1

compute_hexFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…