exporter.CompositeProjectionManifest

Lineage for a sequence of composed projection steps.

Usage

Source

exporter.CompositeProjectionManifest()

Codegen consumes map_to_projected, which chains each step’s mapping in order and works for any step satisfying the ProjectionManifest protocol. forwarding_map is a precomputed, serializable view of that chained mapping for audit and round-trips; it is derived only from steps that expose a forwarding_map field, so it may be empty or partial for protocol-only steps even when map_to_projected still maps correctly. steps preserves each component manifest. Heterogeneous step kinds are supported.

Parameter Attributes

forwarding_map: dict[str, str]
steps: tuple[ProjectionManifest, …]
kind: str = "composite"

Methods

Name Description
map_to_projected() Return the projected computation address for a workbook address.

map_to_projected()

Return the projected computation address for a workbook address.

Usage

Source

map_to_projected(address)