Commits


Kyle McCarthy authored and Andy Grove committed ec27946a24f
ARROW-6696: [Rust] [DataFusion] Implement simple math operations in physical query plan JIRA Issue: [ARROW-6696](https://issues.apache.org/jira/browse/ARROW-6696?jql=project%20%3D%20ARROW%20AND%20status%20%3D%20Open%20AND%20component%20%3D%20%22Rust%20-%20DataFusion%22) Added the arithmetic ops for the `BinaryExpr`. Closes #5599 from kyle-mccarthy/ARROW-6696 and squashes the following commits: 28d69457a <Kyle McCarthy> Implement simple math operations in physical query plan Authored-by: Kyle McCarthy <kyle@creativeanvil.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>