Class CastFcts
- java.lang.Object
-
- org.apache.cassandra.cql3.functions.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.
-
-
-
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
-
-