Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.flink.procedure | |
org.apache.paimon.hive | |
org.apache.paimon.rest | |
org.apache.paimon.spark.catalog |
Modifier and Type | Method and Description |
---|---|
default void |
Catalog.alterView(Identifier view,
List<ViewChange> viewChanges,
boolean ignoreIfNotExists)
Alter a view.
|
void |
DelegateCatalog.alterView(Identifier view,
List<ViewChange> viewChanges,
boolean ignoreIfNotExists) |
default void |
Catalog.dropView(Identifier identifier,
boolean ignoreIfNotExists)
Drop a view.
|
void |
DelegateCatalog.dropView(Identifier identifier,
boolean ignoreIfNotExists) |
default View |
Catalog.getView(Identifier identifier)
Return a
View identified by the given Identifier . |
View |
DelegateCatalog.getView(Identifier identifier) |
default void |
Catalog.renameView(Identifier fromView,
Identifier toView,
boolean ignoreIfNotExists)
Rename a view.
|
void |
DelegateCatalog.renameView(Identifier fromView,
Identifier toView,
boolean ignoreIfNotExists) |
Modifier and Type | Method and Description |
---|---|
String[] |
AlterViewDialectProcedure.call(org.apache.flink.table.procedure.ProcedureContext procedureContext,
String view,
String action,
String engine,
String query) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
RESTCatalog.alterView(Identifier identifier,
List<ViewChange> viewChanges,
boolean ignoreIfNotExists) |
void |
RESTCatalog.dropView(Identifier identifier,
boolean ignoreIfNotExists) |
View |
RESTCatalog.getView(Identifier identifier) |
void |
RESTCatalog.renameView(Identifier fromView,
Identifier toView,
boolean ignoreIfNotExists) |
Modifier and Type | Method and Description |
---|---|
default View |
SupportView.loadView(org.apache.spark.sql.connector.catalog.Identifier ident) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.