Skip to main content

QUERY_METHODS

Constant QUERY_METHODS 

Source
pub const QUERY_METHODS: &[KernelMethod];
Expand description

Query[T] (v0.91, ADR 0115; joins/grouping v0.94, ADR 0116/0120) — the lazy storage-query vocabulary a store collection lifts into (a store Map’s .entries/.keys/.values, a store Log’s time-window roots, or a bare store Map used as a value). Builders stay lazy (Query[U]); terminals fold into the agent’s storage capability (Effect[T]). Mirrors LIST_METHODS’s eager vocabulary; dispatched in crate::checker::kernels::check_query_kernel_method, which this table pins (kernel_registry_pins_dispatch).