Functionsยง
- cast_
fixed_ ๐size_ list_ to_ list - cast_
list ๐ - Cast the container type of List/Largelist array along with the inner datatype
- cast_
list_ ๐to_ fixed_ size_ list - cast_
list_ ๐values - Helper function that takes an Generic list container and casts the inner datatype.
- cast_
single_ ๐element_ fixed_ size_ list_ to_ values - cast_
values_ ๐to_ fixed_ size_ list - Helper function that takes a primitive array and casts to a fixed size list array.
- cast_
values_ ๐to_ list - Helper function that takes a primitive array and casts to a (generic) list array.