Skip to content

Commit

Permalink
Update libtiledbsoma/src/soma/column_buffer.h
Browse files Browse the repository at this point in the history
Co-authored-by: Julia Dark <[email protected]>
  • Loading branch information
nguyenv and jp-dark authored Jan 22, 2025
1 parent c7d8703 commit d89b2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/src/soma/column_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ColumnBuffer {
uint64_t num_elems,
const void* data,
T* offsets,
std::optional<std::vector<uint8_t>> validity = std::nullopt) {
const std::optional<std::vector<uint8_t>>& validity = std::nullopt) {
num_cells_ = num_elems;

// Ensure the offset type is either uint32_t* or uint64_t*
Expand Down

0 comments on commit d89b2f4

Please sign in to comment.