Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed May 25, 2023
1 parent 65ddfb8 commit 948d2c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class InMemColumnChunk {
return ((T*)buffer.get())[pos];
}

virtual void setValueAtPos(uint8_t* val, common::offset_t pos);
void setValueAtPos(uint8_t* val, common::offset_t pos);

inline virtual common::offset_t getOffsetInBuffer(common::offset_t pos) {
return pos * numBytesPerValue;
Expand Down

0 comments on commit 948d2c0

Please sign in to comment.