Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 24, 2024
1 parent 313252e commit c6a0dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/core/src/datasource/physical_plan/parquet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ pub use statistics::{RequestedStatistics, StatisticsConverter};
///
/// * Step 4: The stream begins reading data, by fetching the required pages
/// and incrementally decoding them.
///
/// [`ParquetMetadata`]: parquet::file::metadata::ParquetMetaData
#[derive(Debug, Clone)]
pub struct ParquetExec {
/// Base configuration for this scan
Expand Down

0 comments on commit c6a0dab

Please sign in to comment.