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

Function i32_array

datafusion-examples/examples/query_planning/pruning.rs:201–203  ·  view source on GitHub ↗
(values: impl Iterator<Item = &'a Option<i32>>)

Source from the content-addressed store, hash-verified

199}
200
201fn i32_array<'a>(values: impl Iterator<Item = &'a Option<i32>>) -> ArrayRef {
202 Arc::new(Int32Array::from_iter(values.cloned()))
203}

Callers 2

min_valuesMethod · 0.85
max_valuesMethod · 0.85

Calls 2

newFunction · 0.85
clonedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…