## 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}
‘N’ 1'den 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.