Commits


Yaron Gvili authored and Weston Pace committed f8d6eac3d97
ARROW-16416: [C++] Support cast-function in Substrait The cast-function is special in Arrow, because its operation is determined by its output type rather than just by its parameter, and so it requires special handling in Substrait to support it. Closes #13032 from rtpsw/ARROW-16416 Lead-authored-by: Yaron Gvili <rtpsw@hotmail.com> Co-authored-by: rtpsw <rtpsw@hotmail.com> Co-authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>