Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive |
Modifier and Type | Method and Description |
---|---|
void |
DelegateCatalog.dropView(Identifier identifier,
boolean ignoreIfNotExists) |
default void |
Catalog.dropView(Identifier identifier,
boolean ignoreIfNotExists)
Drop a view.
|
View |
DelegateCatalog.getView(Identifier identifier) |
default View |
Catalog.getView(Identifier identifier)
Return a
View identified by the given Identifier . |
void |
DelegateCatalog.renameView(Identifier fromView,
Identifier toView,
boolean ignoreIfNotExists) |
default void |
Catalog.renameView(Identifier fromView,
Identifier toView,
boolean ignoreIfNotExists)
Rename a view.
|
Modifier and Type | Method and Description |
---|---|
void |
HiveCatalog.dropView(Identifier identifier,
boolean ignoreIfNotExists) |
View |
HiveCatalog.getView(Identifier identifier) |
void |
HiveCatalog.renameView(Identifier fromView,
Identifier toView,
boolean ignoreIfNotExists) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.