(e)
| 722 | } |
| 723 | const ln = new Set(["count", "valid", "missing", "distinct"]); |
| 724 | function cn(e) { |
| 725 | return t.isString(e) && ln.has(e); |
| 726 | } |
| 727 | const un = new Set(["count", "sum", "distinct", "valid", "missing"]), |
| 728 | fn = new Set(["mean", "average", "median", "q1", "q3", "min", "max"]); |
| 729 | function dn(e) { |