Skip to content

Commit

Permalink
Merge branch 'newbq_version' of https://github.com/meztez/bigrqueryst…
Browse files Browse the repository at this point in the history
…orage into newbq_version
  • Loading branch information
meztez committed Dec 1, 2023
2 parents f3d6619 + 082e13f commit 0416aef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Imports:
assertthat,
Rcpp,
lifecycle,
bit64
bit64,
tibble
Suggests:
testthat,
bit64,
Expand Down
3 changes: 2 additions & 1 deletion R/bqs_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param snapshot_time Snapshot time
#' @param selected_fields A character vector of field to select from table.
#' @param row_restriction Restriction to apply to the table.
#' @param max_results Maximum number of results to retrieve. Use `Inf` or `-1L`
#' @param n_max Maximum number of results to retrieve. Use `Inf` or `-1L`
#' retrieve all rows.
#' @param as_tibble Should data be returned as tibble. Default is to return
#' as arrow Table from raw IPC stream.
Expand All @@ -14,6 +14,7 @@
#' The default is `"integer"` which returns R's `integer` type but results in `NA` for
#' values above/below +/- 2147483647. `"integer64"` returns a [bit64::integer64],
#' which allows the full range of 64 bit integers.
#' @param max_results Deprecated
#' @export
#' @importFrom arrow RecordBatchStreamReader Table
#' @importFrom lifecycle deprecated deprecate_warn
Expand Down
6 changes: 4 additions & 2 deletions man/bqs_table_download.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0416aef

Please sign in to comment.