Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.rest | |
org.apache.paimon.rest.requests | |
org.apache.paimon.view |
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 |
---|---|
void |
RESTCatalog.alterView(Identifier identifier,
List<ViewChange> viewChanges,
boolean ignoreIfNotExists) |
Modifier and Type | Method and Description |
---|---|
List<ViewChange> |
AlterViewRequest.viewChanges() |
Constructor and Description |
---|
AlterViewRequest(List<ViewChange> viewChanges) |
Modifier and Type | Class and Description |
---|---|
static class |
ViewChange.AddDialect
addDialect dialect for view change.
|
static class |
ViewChange.DropDialect
drop dialect for view change.
|
static class |
ViewChange.RemoveViewOption
remove a view option for view change.
|
static class |
ViewChange.SetViewOption
set a view option for view change.
|
static class |
ViewChange.UpdateDialect
update dialect for view change.
|
static class |
ViewChange.UpdateViewComment
update a view comment for view change.
|
Modifier and Type | Method and Description |
---|---|
static ViewChange |
ViewChange.addDialect(String dialect,
String query) |
static ViewChange |
ViewChange.dropDialect(String dialect) |
static ViewChange |
ViewChange.removeOption(String key) |
static ViewChange |
ViewChange.setOption(String key,
String value) |
static ViewChange |
ViewChange.updateComment(String comment) |
static ViewChange |
ViewChange.updateDialect(String dialect,
String query) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.