Samples
Find the bottom 5 values fromi * 13 % 10007 for i = 1 to 10000.
Arguments
| 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 an array of the lowest values from a MinN aggregate
i * 13 % 10007 for i = 1 to 10000.
| 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. |