Skip to content

Commit

Permalink
Add object store docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 30, 2024
1 parent cf7cc63 commit a0773cd
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 @@ -269,6 +269,8 @@ impl ParquetExecBuilder {
///
/// If a custom `ParquetFileReaderFactory` is provided, then data access
/// operations will be routed to this factory instead of `ObjectStore`.
///
/// [`ObjectStore`]: object_store::ObjectStore
pub fn with_parquet_file_reader_factory(
mut self,
parquet_file_reader_factory: Arc<dyn ParquetFileReaderFactory>,
Expand Down

0 comments on commit a0773cd

Please sign in to comment.