Skip to content

Commit c6a0dab

Browse files
committed
fix docs
1 parent 313252e commit c6a0dab

File tree

1 file changed

+2
-0
lines changed
  • datafusion/core/src/datasource/physical_plan/parquet

1 file changed

+2
-0
lines changed

datafusion/core/src/datasource/physical_plan/parquet/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ pub use statistics::{RequestedStatistics, StatisticsConverter};
165165
///
166166
/// * Step 4: The stream begins reading data, by fetching the required pages
167167
/// and incrementally decoding them.
168+
///
169+
/// [`ParquetMetadata`]: parquet::file::metadata::ParquetMetaData
168170
#[derive(Debug, Clone)]
169171
pub struct ParquetExec {
170172
/// Base configuration for this scan

0 commit comments

Comments
 (0)