Skip to content

Commit

Permalink
Merge pull request #301 from r-dbi/f-cleanup
Browse files Browse the repository at this point in the history
chore: Add new `dbFetchArrowChunk()` generic
  • Loading branch information
aviator-app[bot] authored Nov 21, 2023
2 parents bc25f37 + 9239eef commit 176147d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/dbi.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dbi_generics <- function(version) {
"dbGetQueryArrow",
"dbAppendTableArrow",
"dbFetchArrow",
"dbFetchArrowChunk",
"dbWriteTableArrow",
"dbSendQueryArrow",
"dbReadTableArrow",
Expand Down
1 change: 1 addition & 0 deletions R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ all_dbi_generics <- function() {
"dbExistsTable",
"dbFetch",
"dbFetchArrow",
"dbFetchArrowChunk",
"dbGetInfo",
"dbGetQuery",
"dbGetQueryArrow",
Expand Down

0 comments on commit 176147d

Please sign in to comment.