Preparing search index...
The search index is not available
spark.js API Documentation - v0.1.0
spark.js API Documentation
sql/types/data_types
AnsiIntervalType
Class AnsiIntervalType
Abstract
Hierarchy (
View Summary
)
AtomicType
AnsiIntervalType
DayTimeIntervalType
YearMonthIntervalType
Index
Constructors
constructor
Methods
is
Byte
is
Short
is
Int32
is
Int64
is
Float
default
Size
type
Name
simple
String
catalog
String
sql
to
String
exists
Recursively
Constructors
constructor
new
AnsiIntervalType
()
:
AnsiIntervalType
Returns
AnsiIntervalType
Methods
Static
is
Byte
isByte
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Static
is
Short
isShort
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Static
is
Int32
isInt32
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Static
is
Int64
isInt64
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Static
is
Float
isFloat
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
default
Size
defaultSize
()
:
number
Returns
number
type
Name
typeName
()
:
string
Returns
string
simple
String
simpleString
()
:
string
Returns
string
catalog
String
catalogString
()
:
string
Returns
string
sql
sql
()
:
string
Returns
string
to
String
toString
()
:
string
Returns
string
exists
Recursively
existsRecursively
(
f
:
(
dt
:
DataType
)
=>
boolean
)
:
boolean
Parameters
f
:
(
dt
:
DataType
)
=>
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
is
Byte
is
Short
is
Int32
is
Int64
is
Float
default
Size
type
Name
simple
String
catalog
String
sql
to
String
exists
Recursively
spark.js API Documentation - v0.1.0
Loading...