Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhannngchen committed Jul 25, 2024
1 parent 6df7778 commit 6865700
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions be/src/olap/simple_rowid_conversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ class SimpleRowIdConversion {
}

private:
// key: index indicates src segment.
// value: index indicates row id of source segment,
// inner pairs indicates row id of destination segment.
// <UINT32_MAX, UINT32_MAX> indicates current row not exist.
// key: index indicates src segment.
// value: index indicates row id of source segment, value indicates row id of destination
// segment. UINT32_MAX indicates current row not exist.
std::map<uint32_t, std::vector<uint32_t>> _segments_rowid_map;

// dst rowset id
Expand Down

0 comments on commit 6865700

Please sign in to comment.