FunctionsBasic
Basic
21 Basic functions in the NYXDB native function registry, with signatures, briefs, and measured medians where available.
21 functions in the basic family. Each name links to its page; … marks the variadic argument list (the engine declares no named parameters). A Measured value appears only where a benchmark corpus case joins by name (server-class hardware, median).
| Function | Type | Description | Measured |
|---|---|---|---|
any(…) → Dynamic | aggregate | — | — |
any_last(…) → Dynamic | aggregate | — | — |
any_value(…) → Dynamic | aggregate | — | — |
arg_max(…) → Dynamic | aggregate | — | — |
arg_min(…) → Dynamic | aggregate | — | — |
avg(…) → Float64 | aggregate | — | 73.8 ns · server-class |
avg_if(…) → Float64 | aggregate | — | — |
count(…) → UInt64 | aggregate | — | — |
count_distinct(…) → UInt64 | aggregate | — | — |
count_if(…) → UInt64 | aggregate | — | — |
max(…) → Float64 | aggregate | — | 88 ns · server-class |
max_if(…) → Float64 | aggregate | — | — |
min(…) → Float64 | aggregate | — | 87.9 ns · server-class |
min_if(…) → Float64 | aggregate | — | — |
range_agg(…) → String | aggregate | — | — |
range_intersect_agg(…) → String | aggregate | — | — |
string_agg(…) → String | aggregate | — | — |
sum(…) → Float64 | aggregate | — | 73.6 ns · server-class |
sum_if(…) → Float64 | aggregate | — | — |
uniq(…) → UInt64 | aggregate | — | — |
uniq_exact(…) → UInt64 | aggregate | — | — |