Class CatalogTableProperty

Object
org.apache.spark.sql.catalog.CatalogTableProperty
All Implemented Interfaces:
org.apache.spark.sql.catalyst.DefinedByConstructorParams

public class CatalogTableProperty extends Object implements org.apache.spark.sql.catalyst.DefinedByConstructorParams
A table property key and value, as returned by Catalog.getTableProperties rows.

Since:
4.2.0
  • Constructor Details

    • CatalogTableProperty

      public CatalogTableProperty(String key, String value)
  • Method Details