Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
value | BIGINT | DOUBLE PRECISION | TIMESTAMPTZ | - | ✔ | The values passed into the aggregate |
capacity | BIGINT | - | ✔ | The number of values to retain. |
Returns
| Column | Type | Description |
|---|---|---|
| min_n | MinN | The compiled aggregate. Note that the exact type is MinInts, MinFloats, or MinTimes depending on the input type |