Runkang He created CALCITE-5849:
-----------------------------------
Summary: Add CONV function (enabled in Hive and Spark library)
Key: CALCITE-5849
URL: https://issues.apache.org/jira/browse/CALCITE-5849
Project: Calcite
Issue Type: New Feature
Components: core
Affects Versions: 1.34.0
Reporter: Runkang He
Add CONV function (enabled in Hive and Spark library):
CONV(num, from_base, to_base) - Convert num from from_base to to_base.
See more details in
[Hive|https://cwiki.apache.org/confluence/display/hive/languagemanual+udf#LanguageManualUDF-MathematicalFunctions]
and [Spark|https://spark.apache.org/docs/latest/api/sql/index.html#conv] doc.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)