Returns the length of the given array, i.e., how many elements it contains. ProducesDocumentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
NULL for NULL arrays.
Alias: LENGTH (when used with an array argument)
Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<array> | The array whose length should be calculated | ARRAY |
Return Type
INTEGER
Example
4
2