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

Does bmerge kicks in in inrange? #1819

Closed
DavidArenburg opened this issue Aug 18, 2016 · 0 comments
Closed

Does bmerge kicks in in inrange? #1819

DavidArenburg opened this issue Aug 18, 2016 · 0 comments
Labels

Comments

@DavidArenburg
Copy link
Member

According to docs it seem to be the case, but not according to datatable.verbose

library(data.table) #v 1.9.7
DT <- data.table(A = 10:17)
options(datatable.verbose = TRUE)
DT[A %inrange% 13:14]
# forder took 0 sec <~~~~ Where is bmerge?
# x is already ordered by these columns, no need to call reorder
#     A
#1: 13
#2: 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants