MAP_CONCAT_ARRAY
Overview
Merges an ARRAY of multiple MAPs into a single MAP. Keys from later MAPs in the array overwrite keys with the same name from earlier MAPs.
Syntax
Parameters
<array_of_maps>:ARRAY<MAP<K, V>>type. Note: you must pass a single array containing multiple MAPs, not multiple MAP arguments directly.
Examples
Related Documentation
- MAP_CONCAT — merges multiple MAP arguments passed directly
