Skip to content

Commit 24e2f7f

Browse files
authored
re-export physical_expr_adapter (#17414)
1 parent cb69574 commit 24e2f7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

datafusion/core/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,11 @@ pub mod physical_expr {
805805
pub use datafusion_physical_expr::*;
806806
}
807807

808+
/// re-export of [`datafusion_physical_expr_adapter`] crate
809+
pub mod physical_expr_adapter {
810+
pub use datafusion_physical_expr_adapter::*;
811+
}
812+
808813
/// re-export of [`datafusion_physical_plan`] crate
809814
pub mod physical_plan {
810815
pub use datafusion_physical_plan::*;

0 commit comments

Comments
 (0)