FunctionsArray
array_join
Produces one output row per element of the input array, effectively 'exploding' the array for relational processing. Use array_join in lateral contexts to turn arrays into rows that can be filtered…
array_join(…) → StringKind · stream
Produces one output row per element of the input array, effectively 'exploding' the array for relational processing. Use array_join in lateral contexts to turn arrays into rows that can be filtered, aggregated, or joined.
Part of the Array family.