Uses of Class
com.amazonaws.athena.connector.lambda.domain.predicate.functions.StandardFunctions
-
Packages that use StandardFunctions Package Description com.amazonaws.athena.connector.lambda.domain.predicate.functions -
-
Uses of StandardFunctions in com.amazonaws.athena.connector.lambda.domain.predicate.functions
Methods in com.amazonaws.athena.connector.lambda.domain.predicate.functions that return StandardFunctions Modifier and Type Method Description static StandardFunctions
StandardFunctions. fromFunctionName(FunctionName functionName)
static StandardFunctions
StandardFunctions. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardFunctions[]
StandardFunctions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-