public final class CastFcts
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.Collection<Function> | all() | 
| static java.lang.String | getFunctionName(AbstractType<?> outputType)Creates the name of the cast function use to cast to the specified type. | 
| static java.lang.String | getFunctionName(CQL3Type outputType)Creates the name of the cast function use to cast to the specified type. | 
public static java.util.Collection<Function> all()
public static java.lang.String getFunctionName(AbstractType<?> outputType)
outputType - the output typepublic static java.lang.String getFunctionName(CQL3Type outputType)
outputType - the output typeCopyright © 2018 The Apache Software Foundation