Samples
Find the top 5 values fromi * 13 % 10007 for i = 1 to 10000.
Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
agg | MaxN | - | ✔ | The aggregate to return the results from. Note that the exact type here varies based on the type of data stored in the aggregate. |
Returns
| Column | Type | Description |
|---|---|---|
| into_array | BIGINT[ ] | DOUBLE PRECISION[ ] | TIMESTAMPTZ[ ] | The lowest values seen while creating this aggregate. |