code wiki / (root) / nx_colframe_gate.nx

nx_colframe_gate.nx

buildroot/runtime/nx_colframe_gate.nx

5485 B106 linesdepth 10pulls 24 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 nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ 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

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