Commits


Heres, Daniel authored and Andrew Lamb committed fc7540328ca
ARROW-11444: [Rust][DataFusion] Accept slices as parameters Changes the functions to accept `&[T]` instead of `&Vec[T]`. Besides being more idiomatic, in some cases this will allow not creating a `Vec` at all. Most of it suggested by / guided by the now enabled `clippy::ptr_arg`. Closes #9380 from Dandandan/clippy_vec Authored-by: Heres, Daniel <danielheres@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>