Commits


Benjamin Kietzman authored and Wes McKinney committed 1aabcd870a3
ARROW-9091: [C++][Compute] Add default FunctionOptions `CallFunction("minmax", {array})` no longer segfaults, instead using `MinMaxOptions::Defaults()`. Other Functions whose options have meaningful defaults will do the same. `CallFunction("cast", {array})` no longer segfaults, instead raising `Status::Invalid`. Other functions whose options are required will do the same. Closes #7498 from bkietz/9091-Utilize-functions-default Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>