public class Table
extends Object
implements org.apache.spark.sql.catalyst.DefinedByConstructorParams
listTables
method in Catalog
.
param: name name of the table. param: database name of the database the table belongs to. param: description description of the table. param: tableType type of the table (e.g. view, table). param: isTemporary whether the table is a temporary table.
Constructor and Description |
---|
Table(String name,
String database,
String description,
String tableType,
boolean isTemporary) |
Modifier and Type | Method and Description |
---|---|
String |
database() |
String |
description() |
boolean |
isTemporary() |
String |
name() |
String |
tableType() |
String |
toString() |