apache / inlong

Apache InLong - a one-stop, full-scenario integration framework for massive data
https://inlong.apache.org/
Apache License 2.0
1.4k stars 530 forks source link

[Feature][SDK] Transform SQL supports "cbrt" function #11261

Closed Zkplo closed 1 month ago

Zkplo commented 1 month ago

Description

cbrt ( double precision ): return cube root

Use case

cbrt(64.0) → 4

Are you willing to submit PR?

Code of Conduct