Skip to content

Commit 2b501dc

Browse files
committed
Make convert_filters_to_predicate public
1 parent 8587044 commit 2b501dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/integrations/datafusion/src/physical_plan

crates/integrations/datafusion/src/physical_plan/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ pub(crate) mod write;
2626

2727
pub(crate) const DATA_FILES_COL_NAME: &str = "data_files";
2828

29+
pub use expr_to_predicate::convert_filters_to_predicate;
2930
pub use project::project_with_partition;
3031
pub use scan::IcebergTableScan;

0 commit comments

Comments
 (0)