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

Method name

datafusion/functions-nested/src/array_any_match.rs:110–112  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

108
109impl HigherOrderUDFImpl for ArrayAnyMatch {
110 fn name(&self) -> &str {
111 "array_any_match"
112 }
113
114 fn aliases(&self) -> &[String] {
115 &self.aliases

Callers 3

lambda_parametersMethod · 0.45
invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected