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