array
array(value: array or variant) -> generic array
Convert a datum into an array or NULL if conversion is impossible
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
make_col arr:array(variant)
Make a new column arr from casting variant to array.
Updated 7 days ago