Skip to content

ARROW-16871: [R] Implement exp() and sqrt() in Arrow dplyr queries - #13517

Merged
nealrichardson merged 3 commits into
apache:masterfrom
higgicd:master
Jul 5, 2022
Merged

ARROW-16871: [R] Implement exp() and sqrt() in Arrow dplyr queries#13517
nealrichardson merged 3 commits into
apache:masterfrom
higgicd:master

Conversation

@higgicd

Copy link
Copy Markdown
Contributor

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

@github-actions

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@nealrichardsonnealrichardson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this! One note but this looks like the right approach to me.

Comment threadr/R/dplyr-funcs-math.R Outdated
higgicd added 2 commits July 5, 2022 14:35
clean up code to address trailing whitespace warnings generated by `lintr`
@nealrichardson
nealrichardson merged commit 7d1d03f into apache:masterJul 5, 2022
drin pushed a commit to drin/arrow that referenced this pull request Jul 5, 2022
…pache#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>
kou pushed a commit that referenced this pull request Feb 20, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@higgicd@nealrichardson