| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SupportedDialect |
SupportedDialect.clone() |
SupportedDialect |
GetUnfilteredTableMetadataRequest.getSupportedDialect()
A structure specifying the dialect and dialect version used by the query engine.
|
SupportedDialect |
SupportedDialect.withDialect(String dialect)
The dialect of the query engine.
|
SupportedDialect |
SupportedDialect.withDialect(ViewDialect dialect)
The dialect of the query engine.
|
SupportedDialect |
SupportedDialect.withDialectVersion(String dialectVersion)
The version of the dialect of the query engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUnfilteredTableMetadataRequest.setSupportedDialect(SupportedDialect supportedDialect)
A structure specifying the dialect and dialect version used by the query engine.
|
GetUnfilteredTableMetadataRequest |
GetUnfilteredTableMetadataRequest.withSupportedDialect(SupportedDialect supportedDialect)
A structure specifying the dialect and dialect version used by the query engine.
|
Copyright © 2024. All rights reserved.