Class CastFcts

java.lang.Object
org.apache.cassandra.cql3.functions.CastFcts

public final class CastFcts extends Object
Casting functions
  • Method Details

    • addFunctionsTo

      public static void addFunctionsTo(NativeFunctions functions)
    • getFunctionName

      public static String getFunctionName(CQL3Type outputType)
      Creates the snake-cased name of the cast function used to cast to the specified type.
      Parameters:
      outputType - the output type
      Returns:
      the name of the cast function used to cast to the specified type