nodejs-polars
Preparing search index...
<internal>
Decimal
Class Decimal
Hierarchy (
View Summary
)
DataType
<
"Decimal"
>
Decimal
Index
Constructors
constructor
Properties
__
dtype
Accessors
inner
variant
Methods
as
Fixed
Size
List
equals
to
JSON
to
String
Constructors
constructor
new
Decimal
(
precision
?:
number
,
scale
?:
number
)
:
Decimal
Parameters
Optional
precision
:
number
Optional
scale
:
number
Returns
Decimal
Properties
__
dtype
__dtype
:
"Decimal"
Accessors
inner
get
inner
()
:
(
null
|
number
)
[]
Returns (
null
|
number
)
[]
variant
get
variant
()
:
DataTypeName
Returns
DataTypeName
Methods
as
Fixed
Size
List
asFixedSizeList
()
:
null
Returns
null
equals
equals
(
other
:
DataType
)
:
boolean
Parameters
other
:
DataType
Returns
boolean
to
JSON
toJSON
()
:
{
[
key
:
string
]:
{
[
key
:
string
]:
{
precision
:
null
|
number
;
scale
:
null
|
number
}
;
}
;
}
Returns
{
[
key
:
string
]:
{
[
key
:
string
]:
{
precision
:
null
|
number
;
scale
:
null
|
number
}
;
}
;
}
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
__
dtype
Accessors
inner
variant
Methods
as
Fixed
Size
List
equals
to
JSON
to
String
nodejs-polars
Loading...