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

Method invoke_with_args

datafusion/functions/src/crypto/md5.rs:92–94  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

90 }
91
92 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
93 md5(&args.args)
94 }
95
96 fn documentation(&self) -> Option<&Documentation> {
97 self.doc()

Callers

nothing calls this directly

Calls 1

md5Function · 0.85

Tested by

no test coverage detected