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

Method invoke_with_args

datafusion/spark/src/function/math/hex.rs:99–104  ·  view source on GitHub ↗
(
        &self,
        args: ScalarFunctionArgs,
    )

Source from the content-addressed store, hash-verified

97 }
98
99 fn invoke_with_args(
100 &self,
101 args: ScalarFunctionArgs,
102 ) -> datafusion_common::Result<ColumnarValue> {
103 spark_hex(&args.args)
104 }
105
106 fn aliases(&self) -> &[String] {
107 &self.aliases

Callers

nothing calls this directly

Calls 1

spark_hexFunction · 0.85

Tested by

no test coverage detected