nx_sketch_types.nx
buildroot/runtime/nx_sketch_types.nx
about
dependencies 1 imports · 54 importers
diagram shows first 10 each side; +0 more imports, +44 more importers in the complete lists below.
imports: nx_syscalls.nx
imported by: nx_bench_hll_vs_cpc.nxnx_bench_hll_vs_cpcd.nxnx_sketch_ams.nxnx_sketch_bit_vector.nxnx_sketch_bloom.nxnx_sketch_buglog.nxnx_sketch_cms.nxnx_sketch_comparator.nxnx_sketch_correlation.nxnx_sketch_count_sketch.nxnx_sketch_counting_bloom.nxnx_sketch_cpc.nxnx_sketch_cpc_dense.nxnx_sketch_cuckoo.nxnx_sketch_cusum.nxnx_sketch_ddsketch.nxnx_sketch_entropy.nxnx_sketch_epsilon_greedy.nxnx_sketch_ewma.nxnx_sketch_geomean.nxnx_sketch_hash_map.nxnx_sketch_histogram.nxnx_sketch_hll.nxnx_sketch_hll4.nxnx_sketch_hll_packed.nxnx_sketch_hll_provenance.nxnx_sketch_hll_provenance_v2.nxnx_sketch_hllmap.nxnx_sketch_holt.nxnx_sketch_kll.nxnx_sketch_kmeans1d.nxnx_sketch_kmv.nxnx_sketch_linear_counter.nxnx_sketch_lossy_counting.nxnx_sketch_mann_kendall.nxnx_sketch_markov.nxnx_sketch_min_heap.nxnx_sketch_misra_gries.nxnx_sketch_moments.nxnx_sketch_naive_bayes.nxnx_sketch_reservoir.nxnx_sketch_robust_hll.nxnx_sketch_segment_tree.nxnx_sketch_sliding_window.nxnx_sketch_space_saving.nxnx_sketch_stream_stats.nxnx_sketch_tdigest.nxnx_sketch_theta.nxnx_sketch_tuple.nxnx_sketch_types_kat.nxnx_sketch_ucb1.nxnx_sketch_union_find.nxnx_sketch_varopt.nxnx_sketch_zscore.nx
structs
| 70 | struct ApproxI64 |
consts
| 26 | const NX_MAGIC_682700000: i64 = 682700000 |
| 27 | const NX_MAGIC_6827: i64 = 6827 |
| 36 | const NX_MATURITY_THEORETICAL: i64 = 0 |
| 37 | const NX_MATURITY_REFERENCE_IMPL: i64 = 1 |
| 38 | const NX_MATURITY_PRODUCTION: i64 = 2 |
| 46 | const NX_ADV_HONEST: i64 = 0 |
| 47 | const NX_ADV_ADVERSARIAL: i64 = 1 |
| 60 | const NX_ENV_REL_STDDEV: i64 = 0 |
| 61 | const NX_ENV_RANK_ERROR: i64 = 1 |
| 62 | const NX_ENV_ABS: i64 = 2 |
functions
| 80 | func nx_approx_new(value: i64, envelope_kind: i64, param_a: i64, called by 54: nx_ams_query_f2nx_bv_query_popcountnx_bloom_querynx_buglog_querynx_cms_querynx_cmp_query+48 calls 1: sys_mmap |