> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 集合関数

> 本記事では、YiDAプラットフォームでサポートされているすべての集合関数を紹介します。DIFFERENCESET、INTERSECTIONSET、SUBSET、UNIONSETなど、集合の差、積、部分集合、和を計算する際に使用します。

本記事では、YiDAで利用可能なすべての集合関数を紹介します。

## 関数一覧

| **関数名**                                         | **説明**                           |
| ----------------------------------------------- | -------------------------------- |
| [DIFFERENCESET](/ja/yida/form/ewow48u8pg6wde0y) | 2つの集合の差を計算します。                   |
| [INTERSECTIONSET](/ja/yida/form/ah8b9z)         | 2つの集合の積を計算します。                   |
| [SUBSET](/ja/yida/form/ad122fe2ufqbog42)        | 2番目の集合が1番目の集合の部分集合であるかどうかを判定します。 |
| [UNIONSET](/ja/yida/form/ddsy93l7tdtf3s9s)      | 2つの集合の和を計算します。                   |
