

 Amazon Redshift は、パッチ 198 以降、新しい Python UDF の作成をサポートしなくなります。既存の Python UDF は、2026 年 6 月 30 日まで引き続き機能します。詳細については、[ブログ記事](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)を参照してください。

# ユーザー定義関数 (UDF) のユースケース例
<a name="udf-example-uses"></a>

**注記**  
2025 年 11 月 1 日以降、Amazon Redshift は新しい Python UDF の作成をサポートしなくなります。既存の Python UDF は、2026 年 6 月 30 日まで引き続き機能します。2026 年 7 月 1 日以降、Amazon Redshift は Python UDF をサポートしなくなります。2025 年 11 月 1 日より前に既存の Python UDF を Lambda UDF に移行することをお勧めします。Lambda UDF の作成と使用については、「[スカラー Lambda UDF](udf-creating-a-lambda-sql-udf.md)」を参照してください。既存の Python UDF を Lambda UDF に変換する方法については、[ブログ記事](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)を参照してください。

Amazon Redshift を他のコンポーネントと統合することによって、ビジネス問題の解決にユーザー定義関数を使用できるようになります。以下は、他のユーザーによるユースケースへの UDF の使用方法の例です。
+ [Accessing external components using Amazon Redshift Lambda UDFs](https://aws.amazon.com/blogs/big-data/accessing-external-components-using-amazon-redshift-lambda-udfs/) (Amazon Redshift Lambda UDF を使用した外部コンポーネントへのアクセス) – Amazon Redshift Lambda UDF の仕組みと、Lambda UDF の作成手順を説明します。
+ [[Translate and analyze text using SQL functions with Amazon Redshift, Amazon Translate, and Amazon Comprehend]](https://aws.amazon.com/blogs/machine-learning/translate-and-analyze-text-using-sql-functions-with-amazon-redshift-amazon-translate-and-amazon-comprehend/) (Amazon Redshift、Amazon Translate、および Amazon Comprehend で SQL 関数を使用してテキストを翻訳および分析する) — あらかじめ構築された Amazon Redshift Lambda UDF を数回のクリックでインストールし、テキストフィールドの翻訳、編集、分析を行うことができます。
+ [Access Amazon Location Service from Amazon Redshift](https://aws.amazon.com/blogs/big-data/access-amazon-location-service-from-amazon-redshift/) (Amazon Redshift から Amazon Location Service にアクセスする) – Amazon Redshift Lambda UDF を使用して Amazon Location Service と統合する方法を説明します。
+ [Data Tokenization with Amazon Redshift and Protegrity](https://aws.amazon.com/blogs/apn/data-tokenization-with-amazon-redshift-and-protegrity/) (Amazon Redshift と Protegrity を使用したデータのトークナイゼーション) – Amazon Redshift Lambda UDF を Protegrity Serverless 製品に統合する方法を説明します。
+ [Amazon Redshift UDF](https://github.com/aws-samples/amazon-redshift-udfs) – Amazon Redshift SQL UDF、Lambda UDF、および Python UDF のコレクションです。