groupUniqArray
Introduced in: v1.1.0 Creates an array from different argument values. The memory consumption of this function is the same as for theuniqExact function.
Syntax
max_size— Limits the size of the resulting array tomax_sizeelements.groupUniqArray(1)(x)is equivalent to[any(x)].UInt64
x— Expression.Any
Array
Examples
Usage example
Query
Response
Query
Response