mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
remove (nearly) duplicate description
remove (nearly) duplicate description
This commit is contained in:
parent
e4d6125dd5
commit
cad23926aa
@ -22,7 +22,7 @@ tuple(x, y, …)
|
|||||||
## tupleElement {#tupleelement}
|
## tupleElement {#tupleelement}
|
||||||
|
|
||||||
A function that allows getting a column from a tuple.
|
A function that allows getting a column from a tuple.
|
||||||
‘N’ is the column index, starting from 1. N must be a constant. ‘N’ must be a constant. ‘N’ must be a strict postive integer no greater than the size of the tuple.
|
‘N’ is the column index, starting from 1. ‘N’ must be a constant. ‘N’ must be a strict postive integer no greater than the size of the tuple.
|
||||||
There is no cost to execute the function.
|
There is no cost to execute the function.
|
||||||
|
|
||||||
The function implements the operator `x.N`.
|
The function implements the operator `x.N`.
|
||||||
|
Loading…
Reference in New Issue
Block a user