xuzifu666 commented on code in PR #4237:
URL: https://github.com/apache/calcite/pull/4237#discussion_r1994587416
##########
site/_docs/reference.md:
##########
@@ -1452,6 +1452,7 @@ comp:
| string || string | Concatenates two character strings
| CHAR_LENGTH(string) | Returns the number of characters in a character
string
| CHARACTER_LENGTH(string) | As CHAR_LENGTH(*string*)
+| STRLEN(string) | As CHAR_LENGTH(*string*)
Review Comment:
@mihaibudiu There is no Druid Dialect in doc now, I would also add Druid
Dialect to SqlLibrary,
currently as list:
The 'C' (compatibility) column contains value:
* '*' for all libraries,
* 'b' for Google BigQuery ('fun=bigquery' in the connect string),
* 'c' for Apache Calcite ('fun=calcite' in the connect string),
* 'f' for Snowflake ('fun=snowflake' in the connect string),
* 'h' for Apache Hive ('fun=hive' in the connect string),
* 'm' for MySQL ('fun=mysql' in the connect string),
* 'q' for Microsoft SQL Server ('fun=mssql' in the connect string),
* 'o' for Oracle ('fun=oracle' in the connect string),
* 'p' for PostgreSQL ('fun=postgresql' in the connect string),
* 'r' for Amazon RedShift ('fun=redshift' in the connect string),
* 's' for Apache Spark ('fun=spark' in the connect string).
--
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]