Skip to content

Commit 0a90b3a

Browse files
authored
fix: Expose FieldsMapper (#23232)
1 parent 96dd613 commit 0a90b3a

File tree

1 file changed

+1
-0
lines changed
  • crates/polars-plan/src/plans/aexpr

1 file changed

+1
-0
lines changed

crates/polars-plan/src/plans/aexpr/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub use scalar::is_scalar_ae;
2424
use strum_macros::IntoStaticStr;
2525
pub use traverse::*;
2626
mod properties;
27+
pub use aexpr::function_expr::schema::FieldsMapper;
2728
pub use builder::AExprBuilder;
2829
pub use properties::*;
2930

0 commit comments

Comments
 (0)