You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor RleRunDecoder::GetBatchWithCount to avoid code duplication
Address review feedback by calling GetBatch instead of duplicating the
fill logic. For RLE runs, counting remains O(1) since all values in the
run are identical.
0 commit comments