apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.17k stars 3.46k forks source link

[C++][Compute] Make a subset of compute:: available even if ARROW_COMPUTE=OFF #29212

Open asfimport opened 3 years ago

asfimport commented 3 years ago

functions like Cast and Take are internally useful enough to be included in libarrow.so even if ARROW_COMPUTE=OFF

Reporter: Ben Kietzman / @bkietz

Note: This issue was originally created as ARROW-13563. Please see the migration documentation for further details.

asfimport commented 3 years ago

Ben Kietzman / @bkietz: @pitrou