Skip to content

[R] Helper function for casting from float to duration via int64()  #31647

@asfimport

Description

@asfimport

This logic is used in several places in R/dplyr-funcs-datetime.R and it would be great if we could separate it into a standalone helper function. The main purpose would be to indicate the float -> int64 -> duration casting chain is being used.

 

Originally raised by @jonkeane  during a review for one of the lubridate bindings.

#12757

I've seen this line in a few PRs recently — this is to get around the fact that we do not have float durations, yeah? I wonder if we should put that into a helper function. Not so much to save lines of code, but to encapsulate that we have this one workaround that we're using in all of these places.

Then if that workaround is not necessary (or if we find a better one) we can change it in one place. We don't need to do that here, but it would be good to make a Jira for that if we do want to.

Reporter: Dragoș Moldovan-Grünfeld / @dragosmg
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg

Related issues:

PRs and other links:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions