Class UserDefinedFunctionResponse
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.request.FederationResponse
-
- com.amazonaws.athena.connector.lambda.udf.UserDefinedFunctionResponse
-
- All Implemented Interfaces:
AutoCloseable
public class UserDefinedFunctionResponse extends FederationResponse
-
-
Constructor Summary
Constructors Constructor Description UserDefinedFunctionResponse(Block records, String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
equals(Object o)
String
getMethodName()
Block
getRecords()
int
hashCode()
-