Skip to main content

SQL server aggregation support

Table 1.

Aggregation

Support

approx_distinct

Emulated

approx_median

Emulated

approx_percentile

Emulated

arbitrary

Natively Supported

array_agg

Unavailable

avg

Natively Supported

bool_and

Natively Supported

bool_or

Natively Supported

checksum

Natively Supported

correlation

Emulated

count

Natively Supported

count(*)

Natively Supported

count_if

Natively Supported

covar_pop

Emulated

covar_samp

Emulated

group_concat

Emulated

kurtosis

Emulated

max

Natively Supported

max_by

Emulated

min

Natively Supported

min_by

Emulated

regr_avgx

Natively Supported (DISTINCT emulated)

regr_avgy

Natively Supported (DISTINCT emulated)

regr_count

Natively Supported (DISTINCT emulated)

regr_intercept

Natively Supported (DISTINCT emulated)

regr_r2

Natively Supported (DISTINCT emulated)

regr_slope

Natively Supported (DISTINCT emulated)

regr_sxx

Natively Supported (DISTINCT emulated)

regr_sxy

Natively Supported (DISTINCT emulated)

regr_syy

Natively Supported (DISTINCT emulated)

skewness

Emulated

std_pop

Natively Supported

std_samp

Emulated

stdev

Natively Supported

sum

Natively Supported

var_pop

Natively Supported

var_samp

Emulated

variance

Natively Supported