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

Function array_has_inner_for_array

datafusion/functions-nested/src/array_has.rs:236–239  ·  view source on GitHub ↗
(haystack: &ArrayRef, needle: &ArrayRef)

Source from the content-addressed store, hash-verified

234}
235
236fn array_has_inner_for_array(haystack: &ArrayRef, needle: &ArrayRef) -> Result<ArrayRef> {
237 let haystack = haystack.as_ref().try_into()?;
238 array_has_dispatch_for_array(haystack, needle)
239}
240
241#[derive(Copy, Clone)]
242enum ArrayWrapper<'a> {

Callers 1

invoke_with_argsMethod · 0.85

Calls 2

as_refMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…