Skip to content

Commit

Permalink
Merge pull request #411 from MichaelChirico/patch-2
Browse files Browse the repository at this point in the history
- Refactor to improve code consistency (#411, @MichaelChirico).
  • Loading branch information
krlmlr authored Mar 23, 2022
2 parents fa6399b + 86dfeb6 commit 04bc86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbColumnStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DbColumnStorage {
int copy_to(SEXP x, DATA_TYPE dt, const int pos) const;

// allocate()
static SEXPTYPE sexptype_from_datatype(DATA_TYPE type);
static SEXPTYPE sexptype_from_datatype(DATA_TYPE dt);

private:
// append_col()
Expand Down

0 comments on commit 04bc86a

Please sign in to comment.