Package org.apache.calcite.runtime
Class UrlFunctions
java.lang.Object
org.apache.calcite.runtime.UrlFunctions
A collection of functions used in Url processing.
-
Method Summary
-
Method Details
-
urlDecode
The "URL_DECODE(string)" function for Hive and Spark, which returns original value when decoded error. -
urlEncode
The "URL_ENCODE(string)" function for Hive and Spark.
-