julianhyde commented on code in PR #3231: URL: https://github.com/apache/calcite/pull/3231#discussion_r1210973120
########## site/_docs/reference.md: ########## @@ -2728,6 +2728,7 @@ BigQuery's type system uses confusingly different names for types and functions: | b o | LTRIM(string) | Returns *string* with all blanks removed from the start | b m p | MD5(string) | Calculates an MD5 128-bit checksum of *string* and returns it as a hex string | m | MONTHNAME(date) | Returns the name, in the connection's locale, of the month in *datetime*; for example, it returns '二月' for both DATE '2020-02-10' and TIMESTAMP '2020-02-10 10:10:10' +| s | NAMED_STRUCT(k_1, v_1, [, k_i, v_i]*) | Creates a struct with the given field names and values. Review Comment: also remove spurious ','. might be clearer to write 'name1, value1' rather than 'k_1, v_1'. -- 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]
