For tdplyr, tbl object cannot run a 'select' operation after 'arrange', as this is not supported in dbplyr 2.3.2.
> tbl_antiselect %>% arrange(1L) %>% select(rowids, orderid, priority) 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.