Returns the minimum element in an array.Documentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<array> | The array or array-type column to be checked | ARRAY |
Return Type
Same as the element type of the array.Example
The following example calculates the minimum number in thelevels array:
1