Skip to content

Composite function

Jip Claassens edited this page Jul 6, 2026 · 4 revisions

definition

Composite functions are functions generating one or more subitems (e.g. select_with_org_rel, GridDist)

caching

The direct results (generated subitems) are calculated when needed and kept for reuse within a session.

To keep stable intermediate results available across sessions, write them explicitly to a configured storage, see Strategic decoupling.

Clone this wiki locally