Skip to content

Commit

Permalink
Update src/reltoaltrep.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 23, 2024
1 parent 2402b76 commit 167880e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reltoaltrep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ static R_altrep_class_t LogicalTypeToAltrepType(const LogicalType &type) {
}

[[cpp11::register]] SEXP rapi_rel_to_altrep(duckdb::rel_extptr_t rel) {
D_ASSERT(rel && rel->rel);
D_ASSERT(rel && rel->rel);
auto drel = rel->rel;
auto ncols = drel->Columns().size();

Expand Down

0 comments on commit 167880e

Please sign in to comment.