Class UrlFunctions

java.lang.Object
org.apache.calcite.runtime.UrlFunctions

public class UrlFunctions extends Object
A collection of functions used in Url processing.
  • Method Details

    • urlDecode

      public static String urlDecode(String value)
      The "URL_DECODE(string)" function for Hive and Spark, which returns original value when decoded error.
    • urlEncode

      public static String urlEncode(String url)
      The "URL_ENCODE(string)" function for Hive and Spark.