remove (nearly) duplicate description

remove (nearly) duplicate description
This commit is contained in:
靳阳 2022-02-09 16:48:31 +08:00 committed by GitHub
parent e4d6125dd5
commit cad23926aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.