Skip to main content

Type Alias: ReportTotalsCellKind

ReportTotalsCellKind = CellKind

Defined in: packages/core/src/report/totals.ts:42

A dimension cell's kind, as the summarizer types it. json is the JSON text of an object or array; core re-serializes it as canonical JSON, so Postgres jsonb text such as {"b": 1, "a": 2} finishes as {"a":2,"b":1}. number and integer both take a finite number, and the column type follows the summarizer's rule: a whole number is integer.