Preparing search index...
The search index is not available
spark.js API Documentation - v0.1.0
spark.js API Documentation
sql/catalog/Column
Column
Class Column
Index
Constructors
constructor
Properties
name
description
data
Type
nullable
is
Partition
is
Bucket
is
Cluster
Methods
to
String
Constructors
constructor
new
Column
(
name
:
string
,
description
:
null
|
string
,
dataType
:
string
,
nullable
:
boolean
,
isPartition
:
boolean
,
isBucket
:
boolean
,
isCluster
?:
boolean
,
)
:
Column
Parameters
name
:
string
description
:
null
|
string
dataType
:
string
nullable
:
boolean
isPartition
:
boolean
isBucket
:
boolean
isCluster
:
boolean
= false
Returns
Column
Properties
Readonly
name
name
:
string
Readonly
description
description
:
null
|
string
Readonly
data
Type
dataType
:
string
Readonly
nullable
nullable
:
boolean
Readonly
is
Partition
isPartition
:
boolean
Readonly
is
Bucket
isBucket
:
boolean
Readonly
is
Cluster
isCluster
:
boolean
= false
Methods
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
description
data
Type
nullable
is
Partition
is
Bucket
is
Cluster
Methods
to
String
spark.js API Documentation - v0.1.0
Loading...