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

Method invoke_with_args

datafusion/spark/src/function/math/modulus.rs:129–131  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

127 }
128
129 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
130 spark_mod(&args.args, args.config_options.execution.enable_ansi_mode)
131 }
132}
133
134/// SparkMod implements the Spark-compatible modulo function

Callers

nothing calls this directly

Calls 2

spark_modFunction · 0.85
spark_pmodFunction · 0.85

Tested by

no test coverage detected