Class CastFcts
java.lang.Object
org.apache.cassandra.cql3.functions.CastFcts
Casting functions
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddFunctionsTo(NativeFunctions functions) static StringgetFunctionName(CQL3Type outputType) Creates the snake-cased name of the cast function used to cast to the specified type.
-
Method Details
-
addFunctionsTo
-
getFunctionName
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
-