

 O Amazon Redshift não permitirá mais a criação de UDFs do Python a partir do Patch 198. As UDFs do Python existentes continuarão a funcionar normalmente até 30 de junho de 2026. Para ter mais informações, consulte a [publicação de blog ](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/). 

# Funções de array
<a name="c_Array_Functions"></a>

A seguir, você pode encontrar uma descrição para as funções de array do SQL aceitas pelo Amazon Redshift para acessar e manipular arrays.

**Topics**
+ [Função ARRAY](r_array.md)
+ [Função ARRAY\$1CONCAT](r_array_concat.md)
+ [Função ARRAY\$1CONTAINS](array_contains.md)
+ [Função ARRAY\$1DISTINCT](array_distinct.md)
+ [Função ARRAY\$1EXCEPT](array_except.md)
+ [Função ARRAY\$1FLATTEN](array_flatten.md)
+ [Função ARRAY\$1INTERSECTION](array_intersection.md)
+ [Função ARRAY\$1POSITION](array_position.md)
+ [Função ARRAY\$1POSITIONS](array_positions.md)
+ [Função ARRAY\$1SORT](array_sort.md)
+ [Função ARRAY\$1UNION](array_union.md)
+ [Função ARRAYS\$1OVERLAP](arrays_overlap.md)
+ [Função GET\$1ARRAY\$1LENGTH](get_array_length.md)
+ [Função SPLIT\$1TO\$1ARRAY](split_to_array.md)
+ [Função SUBARRAY](r_subarray.md)