Interface | Description |
---|---|
ReplaceViewVersion |
API for replacing a view's version.
|
SQLViewRepresentation |
SQLViewRepresentation represents views in SQL with a given dialect
|
UnknownViewRepresentation | |
UpdateViewProperties |
API for updating view properties.
|
VersionBuilder<T> | |
View |
Interface for view definition.
|
ViewBuilder |
A builder used to create or replace a SQL
View . |
ViewHistoryEntry |
View history entry.
|
ViewMetadata | |
ViewOperations |
SPI interface to abstract view metadata access and updates.
|
ViewRepresentation | |
ViewVersion |
A version of the view at a point in time.
|
Class | Description |
---|---|
BaseMetastoreViewCatalog | |
BaseView | |
BaseViewOperations | |
ViewMetadata.Builder | |
ViewMetadataParser | |
ViewProperties |
View properties that can be set during CREATE/REPLACE view or using updateProperties API.
|
ViewRepresentation.Type | |
ViewUtil | |
ViewVersionParser |