public class Table
extends Object
implements org.apache.spark.sql.catalyst.DefinedByConstructorParams
listTables
method in Catalog
.
param: name name of the table. param: catalog name of the catalog that the table belongs to. param: namespace the namespace that 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 catalog,
String[] namespace,
String description,
String tableType,
boolean isTemporary) |
Table(String name,
String database,
String description,
String tableType,
boolean isTemporary) |
Modifier and Type | Method and Description |
---|---|
String |
catalog() |
String |
database() |
String |
description() |
boolean |
isTemporary() |
String |
name() |
String[] |
namespace() |
String |
tableType() |
String |
toString() |
public Table(String name, String catalog, String[] namespace, String description, String tableType, boolean isTemporary)
public Table(String name, String database, String description, String tableType, boolean isTemporary)
public String catalog()
public String database()
public String description()
public boolean isTemporary()
public String name()
public String[] namespace()
public String tableType()
public String toString()
toString
in class Object