ClickHouse/docs/tr/sql-reference/functions/in-functions.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

27 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
machine_translated: true
machine_translated_rev: e8cd92bba3269f47787db090899f7c242adf7818
toc_priority: 60
toc_title: "In \u0130\u015Flet theic implementingisinin uygulanmas\u0131"
---
# In operatörünü Uygulamak için işlevler {#functions-for-implementing-the-in-operator}
## içinde, notİn, globalİn, globalNotİn {#in-functions}
Bölümüne bakınız [Operatör İNLERDE](../statements/select.md#select-in-operators).
## tuple(x, y, …), operator (x, y, …) {#tuplex-y-operator-x-y}
Birden çok sütun gruplama sağlayan bir işlev.
For columns with the types T1, T2, …, it returns a Tuple(T1, T2, …) type tuple containing these columns. There is no cost to execute the function.
Tuples normalde bir argüman için Ara değerler olarak kullanılır operatörler, veya lambda fonksiyonlarının resmi parametrelerin bir listesini oluşturmak için. Tuples bir masaya yazılamaz.
## tupleElement (tuple, n), operatör x. N {#tupleelementtuple-n-operator-x-n}
Bir tuple bir sütun alma sağlayan bir işlev.
N 1den başlayarak sütun dizinidir. N sabit olmalıdır. N bir sabit olması gerekir. N tuple boyutundan daha büyük olmayan katı bir pozitif tamsayı olmalıdır.
İşlevi yürütmek için hiçbir maliyet yoktur.
[Orijinal makale](https://clickhouse.tech/docs/en/query_language/functions/in_functions/) <!--hide-->