We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8587044 commit 2b501dcCopy full SHA for 2b501dc
1 file changed
crates/integrations/datafusion/src/physical_plan/mod.rs
@@ -26,5 +26,6 @@ pub(crate) mod write;
26
27
pub(crate) const DATA_FILES_COL_NAME: &str = "data_files";
28
29
+pub use expr_to_predicate::convert_filters_to_predicate;
30
pub use project::project_with_partition;
31
pub use scan::IcebergTableScan;
0 commit comments