1 2 3 4 5 6 7 8
//! A collection of transformations that can be applied to a [`crate::ExprRef`]. pub mod field_mask; pub mod immediate_access; pub mod partition; mod remove_merge; mod remove_select; pub mod simplify; pub mod simplify_typed;