Skip to content

Commit

Permalink
include mod description
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiantia committed Jan 13, 2025
1 parent 9a228ed commit ad85ff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kernel/src/log_segment/delta_log_group_iterator.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! An iterator that groups [`ParsedLogPath`]s by version.
use tracing::warn;

use crate::log_segment::ParsedLogPath;
Expand All @@ -6,7 +8,8 @@ use crate::Version;
use std::iter::Peekable;

/**
* An iterator that groups [`ParsedLogPath`]s by version.
* The [`DeltaLogGroupingIterator`] is a utility iterator that groups log paths.
* It takes an iterator of [`ParsedLogPath`]s and groups them by version.
* For example for an input iterator:
* - 11.checkpoint.0.1.parquet
* - 11.checkpoint.1.1.parquet
Expand Down

0 comments on commit ad85ff7

Please sign in to comment.