| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ViewRepresentation |
ViewRepresentation.clone() |
ViewRepresentation |
ViewRepresentation.withDialect(String dialect)
The dialect of the query engine.
|
ViewRepresentation |
ViewRepresentation.withDialect(ViewDialect dialect)
The dialect of the query engine.
|
ViewRepresentation |
ViewRepresentation.withDialectVersion(String dialectVersion)
The version of the dialect of the query engine.
|
ViewRepresentation |
ViewRepresentation.withIsStale(Boolean isStale)
Dialects marked as stale are no longer valid and must be updated before they can be queried in their respective
query engines.
|
ViewRepresentation |
ViewRepresentation.withViewExpandedText(String viewExpandedText)
The expanded SQL for the view.
|
ViewRepresentation |
ViewRepresentation.withViewOriginalText(String viewOriginalText)
The
SELECT query provided by the customer during CREATE VIEW DDL. |
| Modifier and Type | Method and Description |
|---|---|
List<ViewRepresentation> |
ViewDefinition.getRepresentations()
A list of representations.
|
| Modifier and Type | Method and Description |
|---|---|
ViewDefinition |
ViewDefinition.withRepresentations(ViewRepresentation... representations)
A list of representations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDefinition.setRepresentations(Collection<ViewRepresentation> representations)
A list of representations.
|
ViewDefinition |
ViewDefinition.withRepresentations(Collection<ViewRepresentation> representations)
A list of representations.
|
Copyright © 2024. All rights reserved.