# re_arrow_combinators
Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.
[](https://crates.io/crates/re_arrow_combinators)
[](https://docs.rs/re_arrow_combinators)


Type-safe, composable transformations for Arrow arrays.
Provides building blocks for constructing complex data transformations through composition.
These transformations are designed to be used as primitives for user-defined functions (UDFs)
in query engines like DataFusion, as well as in SDK features like lenses.