Skip to main content

focus

Since v2.63.0 · Used inside a declaration

Grammar

focus <Dataspace> ...

focus is one of the four relational query verbs over a declared dataspace (v2.63.0), executed by the first-party columnar engine — no LLM in the loop, deterministic by construction.

What the runtime actually does

σ∘π: selection + projection: filter rows, keep named columns.

Proof

dataspace_engine::focus_query — the v2.67.0 audit verdict: Real.

See also

  • axon://primitives/dataspace — the container + its typed schema.
  • axon://primitives/ingest — how data (governedly) gets in.