Commits

Andy Grove authored 8626325c2b5
ARROW-11544: [Rust] [DataFusion] Implement as_any for AggregateExpr Implement as_any for AggregateExpr so it can be downcast to a known implementation. This is consistent with the downcasting support we already had for PhysicalExpr. Closes #9438 from andygrove/downcast-aggregate-expr Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>