code wiki / _hdl_build / nx_store_query.nx
nx_store_query.nx
buildroot/runtime/_hdl_build/nx_store_query.nx
about
nx_store_query.nx -- the FRONT DOOR to the sovereign information store
(knowledge/store/im-*). Pure NishiLang, NO SQL -- the operator's queryable
interface to the team's own substrate:
get <key> latest record state (FOUND + printable dump / GONE / ABSENT)
term <word> full-text term search, current-state semantics
and <w1> <w2>..multi-term AND search (up to 8 terms, postings-driven
intersection, same current-state semantics)
hist <key> every stored version, oldest -> newest (the time-travel surface)
histall <key> FULL history incl. compaction-archived segments (labeled)
compact fold live segments (also the FORMAT-UPGRADE path: old
segments without .terms become searchable after compaction)
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_seg_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
| 17 | func sq_p(s: *u8) -> i64 |
| 24 | func sq_pn(v: i64) -> i64 |
| 38 | func sq_streq(a: *u8, b: *u8) -> i64 called by 1: main |
| 49 | func sq_dump(p: *u8, n: i64) -> i64 |
| 63 | func main(argc: i64, argv: *i64) -> i64 |