SparkSession.Catalog Property

Definition

Interface through which the user may create, drop, alter or query underlying databases, tables, functions etc.

public Microsoft.Spark.Sql.Catalog.Catalog Catalog { get; }
member this.Catalog : Microsoft.Spark.Sql.Catalog.Catalog
Public ReadOnly Property Catalog As Catalog

Property Value

Catalog object

Applies to