Expand description
Lenses allow you to extract, transform, and restructure component data. They are applied to chunks that contain the target component.
See Lens for more details and assumptions.
Modules§
- op
- Re-exports of all available element-level transform ops.
Structs§
- Derive
Lens Builder - Builder for a derive lens that creates new component/time columns from an input component.
- Lens
- A lens that transforms component data from one form to another.
- Lens
Error - Error report from applying lenses to a chunk.
- Lenses
- A collection that holds multiple lenses and applies them to chunks.
- Mutate
Lens Builder - Builder for a mutate lens that modifies the input component in-place.
Enums§
- Lens
Builder Error - Errors that can occur when constructing a lens via the builder API.
- Lens
Runtime Error - Errors that can occur when executing lenses at runtime.
- Output
Mode - Controls which components are forwarded when applying lenses.