[GitHub] [arrow] bkietz commented on a change in pull request #7279: ARROW-8938: [R] Provide binding for arrow::compute::CallFunction

2020-05-27 Thread GitBox
bkietz commented on a change in pull request #7279: URL: https://github.com/apache/arrow/pull/7279#discussion_r431417510 ## File path: r/src/compute.cpp ## @@ -206,60 +206,91 @@ std::shared_ptr Table__FilterChunked( return tab; } +template +std::shared_ptr

[GitHub] [arrow] bkietz commented on a change in pull request #7279: ARROW-8938: [R] Provide binding for arrow::compute::CallFunction

2020-05-27 Thread GitBox
bkietz commented on a change in pull request #7279: URL: https://github.com/apache/arrow/pull/7279#discussion_r431273570 ## File path: r/src/compute.cpp ## @@ -223,4 +205,66 @@ std::shared_ptr Table__FilterChunked( } return tab; } + +arrow::Datum to_datum(SEXP x) {

[GitHub] [arrow] bkietz commented on a change in pull request #7279: ARROW-8938: [R] Provide binding for arrow::compute::CallFunction

2020-05-27 Thread GitBox
bkietz commented on a change in pull request #7279: URL: https://github.com/apache/arrow/pull/7279#discussion_r431266235 ## File path: r/src/compute.cpp ## @@ -223,4 +205,66 @@ std::shared_ptr Table__FilterChunked( } return tab; } + +arrow::Datum to_datum(SEXP x) { +

[GitHub] [arrow] bkietz commented on a change in pull request #7279: ARROW-8938: [R] Provide binding for arrow::compute::CallFunction

2020-05-27 Thread GitBox
bkietz commented on a change in pull request #7279: URL: https://github.com/apache/arrow/pull/7279#discussion_r431263416 ## File path: r/src/compute.cpp ## @@ -223,4 +205,66 @@ std::shared_ptr Table__FilterChunked( } return tab; } + +arrow::Datum to_datum(SEXP x) { +