
Output of the composition pass. Holds a composed R function assembled from its members; ready for anvl::jit() at execution time.
FusedNode.RdOutput of the composition pass. Holds a composed R function assembled
from its members; ready for anvl::jit() at execution time.
Arguments
- id
Integer node id (assigned by
graph_add()).- parents
Integer ids of parent nodes (may be empty).
- grid
Output
GridSpecof this node.- role
Optional semantic role tag (e.g. "mask", set by
mask()). Pure metadata: never read by the planner or executors; surfaced bydraw()andplan_view().- fn
Composed stage function.
- members
Ids of the absorbed nodes.
- halo
Combined halo radius of the members.