@DeveloperApi
public interface ViewChange
ViewCatalog.alterView(org.apache.spark.sql.connector.catalog.Identifier, org.apache.spark.sql.connector.catalog.ViewChange...).| Modifier and Type | Interface and Description |
|---|---|
static class |
ViewChange.RemoveProperty |
static class |
ViewChange.SetProperty |
| Modifier and Type | Method and Description |
|---|---|
static ViewChange |
removeProperty(String property)
Create a ViewChange for removing a table property.
|
static ViewChange |
setProperty(String property,
String value)
Create a ViewChange for setting a table property.
|
static ViewChange setProperty(String property, String value)
property - the property namevalue - the new property valuestatic ViewChange removeProperty(String property)
property - the property name