Options
All
  • Public
  • Public/Protected
  • All
Menu

Request object provided to the fetchColumnStats method.

Hierarchy

  • FetchColumnStatsRequest

Index

Properties

If grouping is defined, the statistics for each column are grouped by data in another column.

propColumns: { id: string; log: boolean }[]

Array of objects, each containing the ID for the column and whether the statistics should be generated in log space.

rows?: "all" | "filtered" | "marked" | "checked"

Rows to include in the generation of the column statistics.

defaultvalue

The default is filtered if this is not defined.

stats: StatisticName[]

Define the types of statistics that should be returned for each column.

Generated using TypeDoc