Structs§
- Cast
List1 ToList2 - Casts between two list types by casting each element of
a
(“list1”) usingcast_expr
and collecting the results into a new list (“list2”). - Cast
List ToJsonb - Cast
List ToString - List
Length
a
(“list1”) using
cast_expr
and collecting the results into a new list (“list2”).