This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 422b30c committed Jun 18, 2024 · 24 / 35
1 parent 840d6c7 commit 422b30c Copy full SHA for 422b30c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,8 +319,8 @@ impl Chunk {
319
319
/// This will fail if the passed in data is malformed in any way -- see [`Self::sanity_check`]
320
320
/// for details.
321
321
///
322
- /// Iff you know for sure whether the data is already appropriately sorted or not, specify `is_sorted`.
323
- /// When left unspecified (`None`), it will be computed in O(n) time .
322
+ /// The data is assumed to be sorted in row-order. Sequential row-ids will be generate for each
323
+ /// row in the chunk .
324
324
pub fn from_auto_row_ids (
325
325
id : ChunkId ,
326
326
entity_path : EntityPath ,
You can’t perform that action at this time.
0 commit comments