Skip to main content

Module load_query

Module load_query 

Source
Expand description

Generic load query for industry-agnostic data loading.

Phase 1.B (ADR-006 §2.7.4 audit-accuracy ruling): the to_data_query body decoded &ValueWord parameters via tag-bit dispatch (as_str(), as_time(), as_timeframe(), as_duration(), as_f64()) that no longer exists. The kind-threaded rebuild lands in Phase 2c when the per-position NativeKind is threaded from the schema; until then the body returns a deferred error and the type signature is preserved at the KindedSlot shape per ADR-006 §2.7.5.

Structs§

LoadQuery
Generic data load request (industry-agnostic).