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

Method invoke_with_args

datafusion/functions/src/core/nullif.rs:100–102  ·  view source on GitHub ↗
(&self, args: ScalarFunctionArgs)

Source from the content-addressed store, hash-verified

98 }
99
100 fn invoke_with_args(&self, args: ScalarFunctionArgs) -> Result<ColumnarValue> {
101 nullif_func(&args.args)
102 }
103
104 fn documentation(&self) -> Option<&Documentation> {
105 self.doc()

Callers

nothing calls this directly

Calls 1

nullif_funcFunction · 0.85

Tested by

no test coverage detected