liuyongvs commented on code in PR #3207: URL: https://github.com/apache/calcite/pull/3207#discussion_r1220691969
########## site/_docs/reference.md: ########## @@ -2654,6 +2654,7 @@ BigQuery's type system uses confusingly different names for types and functions: | s | ARRAY(expr [, expr ]*) | Construct an array in Apache Spark | s | ARRAY_COMPACT(array) | Removes null values from the *array* | b | ARRAY_CONCAT(array [, array ]*) | Concatenates one or more arrays. If any input argument is `NULL` the function returns `NULL` +| s | ARRAY_CONTAINS(array, element) | Returns true if the *array* contains the value Review Comment: fixed -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
