| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.sql.analyzer |
| Modifier and Type | Method and Description |
|---|---|
Optional<SemanticErrorCode> |
ExecutionFailureInfo.getSemanticErrorCode() |
| Constructor and Description |
|---|
ExecutionFailureInfo(String type,
String message,
ExecutionFailureInfo cause,
List<ExecutionFailureInfo> suppressed,
List<String> stack,
ErrorLocation errorLocation,
ErrorCode errorCode,
Optional<SemanticErrorCode> semanticErrorCode,
HostAddress remoteHost) |
| Modifier and Type | Method and Description |
|---|---|
SemanticErrorCode |
SemanticException.getCode() |
static SemanticErrorCode |
SemanticErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemanticErrorCode[] |
SemanticErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionAnalyzer |
ExpressionAnalyzer.createWithoutSubqueries(FunctionRegistry functionRegistry,
TypeManager typeManager,
Session session,
List<Expression> parameters,
SemanticErrorCode errorCode,
String message,
WarningCollector warningCollector,
boolean isDescribe) |
| Constructor and Description |
|---|
SemanticException(SemanticErrorCode code,
Node node,
String format,
Object... args) |
Copyright © 2012–2019. All rights reserved.