refactor: comments

pull/24376/head
Nga Tran 2021-07-20 15:27:41 -04:00
parent 150e166813
commit d547c22e97
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ use std::ops::Range;
/// [5, 6],
/// [6, 7],
/// [7, 9], -- 2 rows with same values (5, 15, 2, 1)
/// [9, 10],
/// [9, 10]
pub fn key_ranges(columns: &[SortColumn]) -> ArrowResult<impl Iterator<Item = Range<usize>> + '_> {
KeyRangeIterator::try_new(columns)