Class TableChange.SetProperty

Object
org.apache.spark.sql.connector.catalog.TableChange.SetProperty
All Implemented Interfaces:
TableChange
Enclosing interface:
TableChange

public static final class TableChange.SetProperty extends Object implements TableChange
A TableChange to set a table property.

If the property already exists, it must be replaced with the new value.

  • Method Details