nx_colframe_gate.nx
buildroot/runtime/nx_colframe_gate.nx
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
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
structs
| none |
consts
| none |
functions
| 10 | func cg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 } called by 1: main |
| 12 | func main() -> i64 |