NobiGo commented on code in PR #4314: URL: https://github.com/apache/calcite/pull/4314#discussion_r2051853465
########## site/_docs/reference.md: ########## @@ -2775,6 +2775,17 @@ BigQuery's type system uses confusingly different names for types and functions: function, return a Calcite `TIMESTAMP WITH LOCAL TIME ZONE`; * Similarly, `DATETIME(string)` returns a Calcite `TIMESTAMP`. +#### ClickHouse some functions must be camel case format, comparisons are as follows: Review Comment: Here we mainly describe the library functions that Calcite can support. For instance, when creating a connection with Calcite, using `func=oracle` enables Calcite to support standard functions (Std) and functions specific to a certain database (Oracle). The function transformation supported by dialect is not explained here for the moment. -- 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]
