@finos/perspective-viewer
Version:
The `<perspective-viewer>` Custom Element, frontend for Perspective.js
2 lines (1 loc) • 381 B
TypeScript
export type SingleAggregate = "sum" | "sum abs" | "sum not null" | "abs sum" | "pct sum parent" | "pct sum grand total" | "any" | "unique" | "dominant" | "q1" | "q3" | "median" | "first by index" | "first" | "last by index" | "last minus first" | "last" | "count" | "distinct count" | "avg" | "mean" | "join" | "high" | "low" | "max" | "min" | "high minus low" | "stddev" | "var";