public class CatalogMetadata
extends Object
implements org.apache.spark.sql.catalyst.DefinedByConstructorParams
listCatalogs
method defined in Catalog
.
param: name name of the catalog param: description description of the catalog
Constructor and Description |
---|
CatalogMetadata(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
description() |
String |
name() |
String |
toString() |