code wiki / (root) / nx_colframe_gate.nx

nx_colframe_gate.nx

buildroot/runtime/nx_colframe_gate.nx

5485 B106 linesdepth 10pulls 22 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_colframe_gate.nx -- proves the zero-copy columnar interchange is REALLY zero-copy and REALLY an interchange: schema round-trips, the column accessor returns a VIEW into the shared buffer (same address twice, inside the buffer, 8-aligned), an analytics organ runs DIRECTLY on that view with byte-identical results, and the frame is an independent SNAPSHOT (mutating the source afterward does not change it). D001 verdict via nx_gate_verdict. expect_exit: 0 license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_gate_verdict.nx nx_colframe.nx nx_analyst_store.nx nx_colframe_gate.nx

imports: nx_gate_verdict.nxnx_colframe.nxnx_analyst_store.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gv_ctr sys_mmap gv_head gv_puts sys_write cf_encoded_bytes cf_slen cf_align8 cf_encode cf_align8 ↻ gv_check gv_puts ↻ cg_eq cf_valid cf_ncol cf_nrows cf_type cf_col_index cf_ncol ↻ cf_name cf_col cf_data_off cf_data_off ↻ ad_profile dfa_distinct nx_hll_alloc sys_mmap ↻ sys_mmap ↻ nx_hll_add murmur3_32 mm_load_u32_le mm_rotl32 nx_clz32 nx_bits_clz32 nx_hll_estimate nx_hll_pow2_neg_q32 nx_hll_alpha_m_sq_q64 nx_hll_bias_table_n nx_hll_bias_table_get

structs

none

consts

none

functions

10func cg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 }
called by 1: main
12func main() -> i64