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