Commits


Jorge C. Leitao authored and Andy Grove committed 24a4a44ea99
ARROW-9902: [Rust] [DataFusion] Add array() built-in function This adds `array()` built-in function to most primitive types. For composite types, this is more challenging and I decided to scope out of this PR. Closes #8102 from jorgecarleitao/array Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Andy Grove <andygrove@nvidia.com>