package catalog
Type Members
- class CachedTable extends DefinedByConstructorParams
An in-memory cached relation registered with a name, as returned by
Catalog.listCachedTables.An in-memory cached relation registered with a name, as returned by
Catalog.listCachedTables.- Annotations
- @Stable()
- Since
4.2.0
- abstract class Catalog extends AnyRef
Catalog interface for Spark.
Catalog interface for Spark. To access this, use
SparkSession.catalog.- Annotations
- @Stable()
- Since
2.0.0
- class CatalogMetadata extends DefinedByConstructorParams
A catalog in Spark, as returned by the
listCatalogsmethod defined inCatalog.A catalog in Spark, as returned by the
listCatalogsmethod defined inCatalog.- Since
3.4.0
- class CatalogTablePartition extends DefinedByConstructorParams
A partition string as returned by
Catalog.listPartitions(same form asSHOW PARTITIONS).A partition string as returned by
Catalog.listPartitions(same form asSHOW PARTITIONS).- Annotations
- @Stable()
- Since
4.2.0
- class CatalogTableProperty extends DefinedByConstructorParams
A table property key and value, as returned by
Catalog.getTablePropertiesrows.A table property key and value, as returned by
Catalog.getTablePropertiesrows.- Annotations
- @Stable()
- Since
4.2.0
- class Column extends DefinedByConstructorParams
A column in Spark, as returned by
listColumnsmethod inCatalog.A column in Spark, as returned by
listColumnsmethod inCatalog.- Annotations
- @Stable()
- Since
2.0.0
- class Database extends DefinedByConstructorParams
A database in Spark, as returned by the
listDatabasesmethod defined inCatalog.A database in Spark, as returned by the
listDatabasesmethod defined inCatalog.- Annotations
- @Stable()
- Since
2.0.0
- class Function extends DefinedByConstructorParams
A user-defined function in Spark, as returned by
listFunctionsmethod inCatalog.A user-defined function in Spark, as returned by
listFunctionsmethod inCatalog.- Annotations
- @Stable()
- Since
2.0.0
- class Table extends DefinedByConstructorParams
A table in Spark, as returned by the
listTablesmethod inCatalog.A table in Spark, as returned by the
listTablesmethod inCatalog.- Annotations
- @Stable()
- Since
2.0.0