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

Method name

datafusion/functions-nested/src/array_has.rs:115–117  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

113
114impl ScalarUDFImpl for ArrayHas {
115 fn name(&self) -> &str {
116 "array_has"
117 }
118
119 fn signature(&self) -> &Signature {
120 &self.signature

Callers 2

simplifyMethod · 0.45
invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected