SQL Functions
Timeplus 支持 ANSI-SQL 标准语法。 以下功能适用于各种使用案例。 Most of the functions in ClickHouse are available in Timeplus, with different naming conventions (for example array_join instead of arrayJoin). New functions are added for streaming processing. 如果您需要更多功能,请联系我们。
注意
Please note, in Timeplus Proton 1.3.27 or the earlier versions, SQL functions were case-sensitive and always in lower-case. 自 1.3.28 起,函数名不区分大小写。 例如 count
、 COUNT
和 Count
的工作方式相同。 像 SELECT
或 FROM
这样的 SQL 关键字也不区分大小写。 在文档的其余部分中,我们使用小写的函数名称进行演示。