Package org.apache.spark.sql.catalog
package org.apache.spark.sql.catalog
-
ClassesClassDescriptionAn in-memory cached relation registered with a name, as returned by
Catalog.listCachedTables.Catalog interface for Spark.A catalog in Spark, as returned by thelistCatalogsmethod defined inCatalog.A partition string as returned byCatalog.listPartitions(same form asSHOW PARTITIONS).A table property key and value, as returned byCatalog.getTablePropertiesrows.A column in Spark, as returned bylistColumnsmethod inCatalog.A database in Spark, as returned by thelistDatabasesmethod defined inCatalog.A user-defined function in Spark, as returned bylistFunctionsmethod inCatalog.A table in Spark, as returned by thelistTablesmethod inCatalog.