ARRAY OF ROWS Functions
All functions > ARRAY OF ROWS
All functions in the ARRAY OF ROWS category.
Indexing
| Function | Description |
|---|---|
INDEX_UNIQUE | Returns an index unique computed from the given array and key. |
INDEX_MULTI | Returns an index multi computed from the given array and key. |
ELEMENT_AT_KEY | Returns one element at the given key from the given index, array or array of rows. |
ELEMENTS_AT_KEY | Returns multiple elements at the given key from the given index, array or array of rows. |
Other
| Function | Description |
|---|---|
EXTRACT | Returns the extracted fields from the given expression. |
UNWRAP | Returns the first field values from an array of single-field rows as a simple array. |
UNWRAP_ONE | Returns the value of the first field of the first element in an array of single-field rows. |
ZIP | Combines multiple arrays into a single array of structured rows with named fields. |
ARRAY_MERGE | Merges multiple arrays of rows element-wise into a single array of combined rows, with optional... |
EXTEND | Adds computed feature fields to a base row or array of rows with field bindings |
TRANSFORM_U | Transforms an array of rows using UNNEST with full SQL query capabilities |
Summary
- Functions in ARRAY OF ROWS: 11
This documentation is automatically generated from the FeatureMesh registry.