| Package | Description |
|---|---|
| com.facebook.presto.thrift.api.udf |
| Modifier and Type | Method and Description |
|---|---|
UdfExecutionFailureInfo |
UdfExecutionFailureInfo.getCause() |
UdfExecutionFailureInfo |
ThriftUdfServiceException.getFailureInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<UdfExecutionFailureInfo> |
UdfExecutionFailureInfo.getSuppressed() |
| Constructor and Description |
|---|
ThriftUdfServiceException(boolean retryable,
ErrorCode errorCode,
UdfExecutionFailureInfo failureInfo) |
UdfExecutionFailureInfo(String type,
String message,
UdfExecutionFailureInfo cause,
List<UdfExecutionFailureInfo> suppressed,
List<String> stack) |
| Constructor and Description |
|---|
UdfExecutionFailureInfo(String type,
String message,
UdfExecutionFailureInfo cause,
List<UdfExecutionFailureInfo> suppressed,
List<String> stack) |
Copyright © 2012–2022. All rights reserved.