Expand description
Lenses allow you to extract, transform, and restructure component data. They are applied to chunks that match the specified entity path filter and contain the target component.
See Lens for more details and assumptions.
Modules§
- op
- Re-exports of all available element-level transform ops.
Structs§
- Columns
Builder - Builder for temporal outputs with 1:1 row mapping.
- Lens
- A lens that transforms component data from one form to another.
- Lens
Builder - Builder for lenses with support for multiple output modes.
- Lenses
- A collection that holds multiple lenses and applies them to chunks.
- Partial
Chunk - An optional
Chunkthat only contains the component and time columns that we were able to compute. - Scatter
Columns Builder - Builder for temporal outputs with 1:N row mapping (scatter).
Enums§
- Lens
Error - Different variants of errors that can happen when executing lenses.
- Output
Mode - Controls how data is processed when applying lenses.