Preparing search index...
The search index is not available
spark.js API Documentation - v0.1.0
spark.js API Documentation
sql/catalog/Table
Table
Class Table
Index
Constructors
constructor
Properties
name
catalog
namespace
description
table
Type
is
Temporary
Accessors
database
Methods
to
String
Constructors
constructor
new
Table
(
name
:
string
,
catalog
:
null
|
string
,
namespace
:
null
|
string
[]
,
description
:
null
|
string
,
tableType
:
string
,
isTemporary
:
boolean
,
)
:
Table
Parameters
name
:
string
catalog
:
null
|
string
namespace
:
null
|
string
[]
description
:
null
|
string
tableType
:
string
isTemporary
:
boolean
Returns
Table
Properties
Readonly
name
name
:
string
Readonly
catalog
catalog
:
null
|
string
Readonly
namespace
namespace
:
null
|
string
[]
Readonly
description
description
:
null
|
string
Readonly
table
Type
tableType
:
string
Readonly
is
Temporary
isTemporary
:
boolean
Accessors
database
get
database
()
:
null
|
string
Returns
null
|
string
Methods
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
catalog
namespace
description
table
Type
is
Temporary
Accessors
database
Methods
to
String
spark.js API Documentation - v0.1.0
Loading...