Skip to content

Commit

Permalink
add take kernel to api.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Apr 8, 2019
1 parent c5fd669 commit 4a6932f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/compute/api.h
Expand Up @@ -27,5 +27,6 @@
#include "arrow/compute/kernels/hash.h" // IWYU pragma: export
#include "arrow/compute/kernels/mean.h" // IWYU pragma: export
#include "arrow/compute/kernels/sum.h" // IWYU pragma: export
#include "arrow/compute/kernels/take.h" // IWYU pragma: export

#endif // ARROW_COMPUTE_API_H

0 comments on commit 4a6932f

Please sign in to comment.