Skip to contents

Finds the k approximately most occurring values in the data set.

Usage

approx_top_k(val, k)

Arguments

val

ANY

k

BIGINT

Value

ANY[]

SQL examples

approx_top_k(x, 5)