Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

between on POSIXct fallback to slow character field processing #3519

Closed
jangorecki opened this issue Apr 22, 2019 · 0 comments · Fixed by #3518
Closed

between on POSIXct fallback to slow character field processing #3519

jangorecki opened this issue Apr 22, 2019 · 0 comments · Fixed by #3518
Assignees
Milestone

Comments

@jangorecki
Copy link
Member

jangorecki commented Apr 22, 2019

require(data.table)
x = as.POSIXct("2016-09-18 07:00:00") + 0:10*60*15
dn = as.POSIXct('2016-09-18 08:00:00')
up = as.POSIXct('2016-09-18 09:00:00')
between(x, dn, up, incbounds=FALSE, verbose=TRUE)
#between on character field, fallback to slow R routine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants