Class CastFcts


  • public final class CastFcts
    extends java.lang.Object
    Casting functions
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addFunctionsTo​(NativeFunctions functions)  
      static java.lang.String getFunctionName​(CQL3Type outputType)
      Creates the snake-cased name of the cast function used to cast to the specified type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addFunctionsTo

        public static void addFunctionsTo​(NativeFunctions functions)
      • getFunctionName

        public static java.lang.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