Commits


Christopher D. Higgins authored and GitHub committed 7d1d03f05ad
ARROW-16871: [R] Implement exp() and sqrt() in Arrow dplyr queries (#13517) In response to https://issues.apache.org/jira/browse/ARROW-16871 - implement `sqrt` and `exp` bindings for `dplyr` - change `sqrt` in `arrow-datum.R` to use `sqrt_checked` rather than `power_checked` - write tests for `sqrt` and `exp` Authored-by: Christopher D. Higgins <40569964+higgicd@users.noreply.github.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>