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

Function sha2_binary_impl

datafusion/spark/src/function/hash/sha2.rs:190–198  ·  view source on GitHub ↗
(
    values: &BinaryArrType,
    bit_lengths: &Int32Array,
)

Source from the content-addressed store, hash-verified

188}
189
190fn sha2_binary_impl<'a, BinaryArrType>(
191 values: &BinaryArrType,
192 bit_lengths: &Int32Array,
193) -> ArrayRef
194where
195 BinaryArrType: BinaryArrayType<'a>,
196{
197 sha2_binary_bitlen_iter(values, bit_lengths.iter())
198}
199
200fn sha2_binary_scalar_bitlen<'a, BinaryArrType>(
201 values: &BinaryArrType,

Callers 1

sha2_implFunction · 0.85

Calls 2

sha2_binary_bitlen_iterFunction · 0.85
iterMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…