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

Method name

datafusion/spark/src/function/hash/sha2.rs:71–73  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

69
70impl ScalarUDFImpl for SparkSha2 {
71 fn name(&self) -> &str {
72 "sha2"
73 }
74
75 fn signature(&self) -> &Signature {
76 &self.signature

Callers 1

invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected