Merge pull request #34443 from fanofxiaofeng/patch-3

remove (nearly) duplicated description
This commit is contained in:
Nikolay Degterinsky 2022-02-09 12:41:54 +03:00 committed by GitHub
commit 05b89ee865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ tuple(x, y, …)
## tupleElement {#tupleelement}
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.
The function implements the operator `x.N`.