Commits

Andy Grove authored 617bf47e0dd
ARROW-5013: [Rust] [DataFusion] Refactor runtime expression support This refactors to remove the redundant `RuntimeExpr` enum in favor of having concrete `CompiledExpr` and `CompiledAggregateExpr` types. Author: Andy Grove <andygrove73@gmail.com> Closes #4035 from andygrove/ARROW-5013 and squashes the following commits: 7239221 <Andy Grove> rebase