Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive |
Modifier and Type | Method and Description |
---|---|
void |
DelegateCatalog.createView(Identifier identifier,
View view,
boolean ignoreIfExists) |
default void |
Catalog.createView(Identifier identifier,
View view,
boolean ignoreIfExists)
Create a new view.
|
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.createView(Identifier identifier,
View view,
boolean ignoreIfExists) |
void |
HiveCatalog.renameView(Identifier fromView,
Identifier toView,
boolean ignoreIfNotExists) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.