| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ViewDefinition |
ViewDefinition.clone() |
ViewDefinition |
Table.getViewDefinition()
A structure that contains all the information that defines the view, including the dialect or dialects for the
view, and the query.
|
ViewDefinition |
ViewDefinition.withDefiner(String definer)
The definer of a view in SQL.
|
ViewDefinition |
ViewDefinition.withIsProtected(Boolean isProtected)
You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan
of the view during query planning.
|
ViewDefinition |
ViewDefinition.withRepresentations(Collection<ViewRepresentation> representations)
A list of representations.
|
ViewDefinition |
ViewDefinition.withRepresentations(ViewRepresentation... representations)
A list of representations.
|
ViewDefinition |
ViewDefinition.withSubObjects(Collection<String> subObjects)
A list of table Amazon Resource Names (ARNs).
|
ViewDefinition |
ViewDefinition.withSubObjects(String... subObjects)
A list of table Amazon Resource Names (ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setViewDefinition(ViewDefinition viewDefinition)
A structure that contains all the information that defines the view, including the dialect or dialects for the
view, and the query.
|
Table |
Table.withViewDefinition(ViewDefinition viewDefinition)
A structure that contains all the information that defines the view, including the dialect or dialects for the
view, and the query.
|
Copyright © 2024. All rights reserved.