Skip to content

Commit

Permalink
add make helper functions public, fix apache#10449
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed May 22, 2024
1 parent cafbc9d commit 97bf687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/src/datasource/listing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ use std::sync::Arc;

pub use self::url::ListingTableUrl;
pub use table::{ListingOptions, ListingTable, ListingTableConfig};
pub use helpers::{pruned_partition_list, split_files, expr_applicable_for_cols};

/// Stream of files get listed from object store
pub type PartitionedFileStream =
Expand Down

0 comments on commit 97bf687

Please sign in to comment.