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

Function array_reverse

datafusion/functions-nested/benches/array_reverse.rs:28–30  ·  view source on GitHub ↗
(array: &ArrayRef)

Source from the content-addressed store, hash-verified

26use datafusion_functions_nested::reverse::array_reverse_inner;
27
28fn array_reverse(array: &ArrayRef) -> ArrayRef {
29 black_box(array_reverse_inner(std::slice::from_ref(array)).unwrap())
30}
31
32fn criterion_benchmark(c: &mut Criterion) {
33 // Create array sizes with step size of 100, starting from 100.

Callers 1

criterion_benchmarkFunction · 0.85

Calls 1

array_reverse_innerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…