Skip to main content

Crate re_lenses

Crate re_lenses 

Source
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§

ColumnsBuilder
Builder for temporal outputs with 1:1 row mapping.
Lens
A lens that transforms component data from one form to another.
LensBuilder
Builder for lenses with support for multiple output modes.
Lenses
A collection that holds multiple lenses and applies them to chunks.
PartialChunk
An optional Chunk that only contains the component and time columns that we were able to compute.
ScatterColumnsBuilder
Builder for temporal outputs with 1:N row mapping (scatter).

Enums§

LensError
Different variants of errors that can happen when executing lenses.
OutputMode
Controls how data is processed when applying lenses.