Skip to content

Commit

Permalink
fix annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang committed Jun 10, 2022
1 parent db41b33 commit e8d6db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/column/page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub trait PageWriter {
fn close(&mut self) -> Result<()>;
}

/// An iterator over pages of some specific column in a parquet file.
/// An iterator over pages of one specific column in a parquet file.
pub trait PageIterator: Iterator<Item = Result<Box<dyn PageReader>>> + Send {
/// Get schema of parquet file.
fn schema(&mut self) -> Result<SchemaDescPtr>;
Expand Down

0 comments on commit e8d6db5

Please sign in to comment.