Skip to content

@idealworld/task-table v0.1.0-beta.1 / IwProps / AggregateKind

Enumeration: AggregateKind

聚合类型

Aggregate kind

Enumeration Members

AVG

AVG: "AVG"

算数平均

Avg

Defined in

props/enumProps.ts:665


COUNT

COUNT: "COUNT"

计数

Count

Defined in

props/enumProps.ts:647


DISTINCT

DISTINCT: "DISTINCT"

去重

Distinct

Defined in

props/enumProps.ts:683


MAX

MAX: "MAX"

最大

Max

Defined in

props/enumProps.ts:659


MEDIAN

MEDIAN: "MEDIAN"

中位数

Median

Defined in

props/enumProps.ts:671


MIN

MIN: "MIN"

最小

Min

Defined in

props/enumProps.ts:653


STDDEV

STDDEV: "STDDEV"

标准差

Stddev

Defined in

props/enumProps.ts:677


SUM

SUM: "SUM"

求和

Sum

Defined in

props/enumProps.ts:641