Table Class

Definition

A table in Spark, as returned by the ListTables method in Catalog.

public sealed class Table
type Table = class
Public NotInheritable Class Table
Inheritance
Table

Properties

Database

Name of the database the table belongs to.

Description

Description of the table.

IsTemporary

Whether the table is temporary or not.

Name

The name of the table.

TableType

The type of table (e.g. view/table)

Applies to