未验证 提交 60a15135 编写于 作者: T Tom Bombadil 提交者: GitHub

Update in-functions.md (#12430)

optimize its Chinese doc translation.
上级 2721f34f
---
toc_priority: 60
toc_title: IN 运算符
---
# IN运算符相关函数 {#inyun-suan-fu-xiang-guan-han-shu}
## in,notIn,globalIn,globalNotIn {#in-notin-globalin-globalnotin}
请参阅[IN 运算符](../operators/in.md#select-in-operators)部分。
请参阅[IN 运算符](../../sql-reference/operators/in.md#select-in-operators)部分。
## tuple(x, y, …), operator (x, y, …) {#tuplex-y-operator-x-y}
## tuple(x, y, …), 运算符 (x, y, …) {#tuplex-y-operator-x-y}
函数用于对多个列进行分组。
对于具有类型T1,T2,…的列,它返回包含这些列的元组(T1,T2,…)。 执行该函数没有任何成本。
元组通常用作IN运算符的中间参数值,或用于创建lambda函数的形参列表。 元组不能写入表。
## 元组元素(元组,n),运算符x.N {#tupleelementtuple-n-operator-x-n}
## tupleElement(tuple, n), 运算符 x.N {#tupleelementtuple-n-operator-x-n}
函数用于从元组中获取列。
’N’是列索引,从1开始。N必须是常量正整数常数,并且不大于元组的大小。
用于从元组中获取列的函数
’N’是列索引,从1开始。N必须是正整数常量,并且不大于元组的大小。
执行该函数没有任何成本。
[来源文章](https://clickhouse.tech/docs/en/query_language/functions/in_functions/) <!--hide-->
[原始文章](https://clickhouse.tech/docs/en/query_language/functions/in_functions/) <!--hide-->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册