We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313252e commit c6a0dabCopy full SHA for c6a0dab
datafusion/core/src/datasource/physical_plan/parquet/mod.rs
@@ -165,6 +165,8 @@ pub use statistics::{RequestedStatistics, StatisticsConverter};
165
///
166
/// * Step 4: The stream begins reading data, by fetching the required pages
167
/// and incrementally decoding them.
168
+///
169
+/// [`ParquetMetadata`]: parquet::file::metadata::ParquetMetaData
170
#[derive(Debug, Clone)]
171
pub struct ParquetExec {
172
/// Base configuration for this scan
0 commit comments