code wiki / _hdl_build / nx_xlsx_pivot_gate.nx

nx_xlsx_pivot_gate.nx

buildroot/runtime/_hdl_build/nx_xlsx_pivot_gate.nx

8905 B161 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind gate/prooftopic xlsx
docsdependenciesstructsconstsfunctions

about

nx_xlsx_pivot_gate.nx -- gate for PIVOT v1 (office census OF-S5, native-first): group-by aggregation over the RESOLVED sheet (formula cells participate at computed values), SUM/COUNT/AVG + TOTAL, and pivothtml = the standard 0-JS preview (pivot table + auto bar chart of Sum per group). In-file pivotTable parts + drag-drop UI = named follow-ups, NOT claimed. Rows: 1 pivot-pins 2 formula-values-pivot 3 pivothtml(table+chart pins) 4 neg-bad-column 5 neg-no-numeric 6 outputs-0js+determinism 7 loud-fail-missing[neg]. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_xlsx_pivot_gate.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main vg_p sys_write vg_slen sys_openat_rd sys_close vg_runv sys_fork sys_openat_wr sys_dup3 sys_mmap sys_execve sys_exit sys_wait4 vg_args6 sys_mmap ↻ vg_write sys_openat_wr ↻ sys_write ↻ vg_slen ↻ sys_close ↻ vg_has sys_mmap ↻ vg_readall sys_openat_rd ↻ sys_mmap ↻ sys_read sys_close ↻ vg_slen ↻ vg_row vg_p ↻ vg_fileeq sys_mmap ↻ vg_readall ↻ sys_openat_append sys_mmap ↻ vg_cat vg_catn sys_mmap ↻ sys_now_realtime_sec

structs

none

consts

none

functions

9func vg_slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8) { n=n+1 } return n }
called by 3: vg_pvg_writevg_has
10func vg_p(s: *u8) -> i64 { sys_write(1, s, vg_slen(s)); return 0 }
called by 2: vg_rowmain calls 2: sys_writevg_slen
11func vg_cat(dst: *u8, off: i64, s: *u8) -> i64 { var i: i64=0; while s[i]!=(0 as u8) { dst[off+i]=s[i]; i=i+1 } return off+i }
called by 1: main
12func vg_catn(dst: *u8, off: i64, v: i64) -> i64
called by 1: main calls 1: sys_mmap
18func vg_write(path: *u8, content: *u8) -> i64
22func vg_readall(path: *u8, szout: *i64) -> *u8
28func vg_runv(elf: *u8, args: *i64, outpath: *u8) -> i64
43func vg_has(path: *u8, needle: *u8) -> i64
called by 1: main calls 3: sys_mmapvg_readallvg_slen
50func vg_fileeq(p1: *u8, p2: *u8) -> i64
called by 1: main calls 2: sys_mmapvg_readall
61func vg_args6(a1: *u8, a2: *u8, a3: *u8, a4: *u8, a5: *u8, a6: *u8) -> *i64
called by 1: main calls 1: sys_mmap
66func vg_row(name: *u8, pass: i64) -> i64
called by 1: main calls 1: vg_p
70func main(argc: i64, argv: *i64) -> i64