Uses of Class
com.amazonaws.athena.connector.lambda.udf.UserDefinedFunctionType
-
Packages that use UserDefinedFunctionType Package Description com.amazonaws.athena.connector.lambda.udf -
-
Uses of UserDefinedFunctionType in com.amazonaws.athena.connector.lambda.udf
Methods in com.amazonaws.athena.connector.lambda.udf that return UserDefinedFunctionType Modifier and Type Method Description UserDefinedFunctionTypeUserDefinedFunctionRequest. getFunctionType()static UserDefinedFunctionTypeUserDefinedFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserDefinedFunctionType[]UserDefinedFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.athena.connector.lambda.udf with parameters of type UserDefinedFunctionType Constructor Description UserDefinedFunctionRequest(FederatedIdentity identity, Block inputRecords, org.apache.arrow.vector.types.pojo.Schema outputSchema, String methodName, UserDefinedFunctionType functionType)
-