pub unsafe fn take_agg_utf8_iter_unchecked_no_null<'a, I: IntoIterator<Item = usize>, F: Fn(&'a str, &'a str) -> &'a str>(
arr: &'a Utf8Array<i64>,
indices: I,
f: F
) -> Option<&str>
Expand description
Take kernel for single chunk and an iterator as index.
Safety
caller must ensure iterators indexes are in bounds