Class NamespaceChange.SetProperty

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

public static final class NamespaceChange.SetProperty extends Object implements NamespaceChange
A NamespaceChange to set a namespace property.

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

  • Method Details

    • property

      public String property()
    • value

      public String value()