Commits


Dmitry Patsura authored and Andrew Lamb committed 1393188e1aa
ARROW-11221: [Rust] DF Implement GROUP BY support for Float32/Float64 Rust doesn't provide Eq, Hash for f32/f64 types inside stdlib, it's why I am using an external library called ordered-float which implements this traits. It's better to use external library instead of implementing own inside this repository. Closes #9175 from ovr/issue-11221 Authored-by: Dmitry Patsura <zaets28rus@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>