danny0405 commented on a change in pull request #2230:
URL: https://github.com/apache/calcite/pull/2230#discussion_r513889595
##########
File path: site/_docs/reference.md
##########
@@ -1549,6 +1549,8 @@ Implicit type coercion of following cases are ignored:
|:--------------- |:-----------
| ROW (value [, value ]*) | Creates a row from a list of values.
| (value [, value ]* ) | Creates a row from a list of values.
+| row '[' index ']' | Returns the element at a particular location in a
row.
+| row '[' name ']' | Returns the element of a row with a particular
name.
Review comment:
Make a notion that the index is 1-based. Same as the Array.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]