mirror of
https://gitee.com/rulego/streamsql.git
synced 2026-03-12 21:37:17 +00:00
7 lines
94 B
Go
7 lines
94 B
Go
package functions
|
|
|
|
// 初始化所有内置函数
|
|
func init() {
|
|
registerBuiltinFunctions()
|
|
}
|