Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.0.0
-
None
-
None
Description
This ticket list all built-in UDFs have different names:
PostgreSQL | Spark SQL | Note |
---|---|---|
random | rand | |
format | format_string | Spark's format_string is based on the implementation of java.util.Formatter. Which makes some formats of PostgreSQL can not supported, such as: format_string('>>%-s<<', 'Hello') |
to_hex | hex | |
strpos | locate/position |