R/dbGetRowCount_DBIResultArrow.R

Defines functions dbGetRowCount_DBIResultArrow

Documented in dbGetRowCount_DBIResultArrow

#' @rdname hidden_aliases
#' @usage NULL
dbGetRowCount_DBIResultArrow <- function(res, ...) {
  dbGetRowCount(res@result, ...)
}
#' @rdname hidden_aliases
#' @export
setMethod("dbGetRowCount", signature("DBIResultArrow"), dbGetRowCount_DBIResultArrow)

Try the DBI package in your browser

Any scripts or data that you put into this service are public.

DBI documentation built on June 22, 2024, 9:41 a.m.