| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.sql.analyzer |
| Modifier and Type | Method and Description |
|---|---|
QueryPreparer.PreparedQuery |
QueryPreparer.prepareQuery(Session session,
Statement wrappedStatement) |
QueryPreparer.PreparedQuery |
QueryPreparer.prepareQuery(Session session,
String query) |
| Modifier and Type | Method and Description |
|---|---|
static SemanticException |
SemanticExceptions.ambiguousAttributeException(Expression node,
QualifiedName name) |
static SemanticException |
SemanticExceptions.missingAttributeException(Expression node)
Deprecated.
|
static SemanticException |
SemanticExceptions.missingAttributeException(Expression node,
QualifiedName name) |
static SemanticException |
SemanticExceptions.notSupportedException(Node node,
String notSupportedFeatureDescription) |
Copyright © 2012–2019. All rights reserved.