New Issue: We should be able to apply min/max to arrays and get an array result, right?

19293, "bradcray", "We should be able to apply min/max to arrays and get an array result, right?", "2022-02-23T00:14:33Z"

While looking at a user question on Discourse this morning, I (re?)learned that we can't currently call min() or max() with two arrays and get an array result back as we can with other simple scalar operators and functions like + or sin(). This issue proposes that we should support such cases to make sure there are no objections.