For tdplyr, tbl object cannot run a 'pull' operation after 'arrange'.
> tbl_antiselect %>% select(rowids, orderid, priority) %>% arrange(1L) %>% pull(rowids) Error in `purrr::map_chr()`: ℹ In index: 1. Caused by error in `as_string()`: ! Can't convert an integer to a string. Run `rlang::last_error()` to see where the error occurred.