Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.flink.procedure | |
org.apache.paimon.rest |
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) |
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 |
RESTCatalog.alterView(Identifier identifier,
List<ViewChange> viewChanges,
boolean ignoreIfNotExists) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.