nodejs-polars
Preparing search index...
<internal>
FixedSizeList
Class FixedSizeList
Hierarchy (
View Summary
)
DataType
<
"FixedSizeList"
>
FixedSizeList
Index
Constructors
constructor
Properties
__
dtype
Accessors
inner
variant
Methods
as
Fixed
Size
List
equals
to
JSON
to
String
Constructors
constructor
new
FixedSizeList
(
__inner
:
DataType
,
listSize
:
number
)
:
FixedSizeList
Parameters
__inner
:
DataType
listSize
:
number
Returns
FixedSizeList
Properties
__
dtype
__dtype
:
"FixedSizeList"
Accessors
inner
get
inner
()
:
[
DataType
<
any
>
,
number
]
Returns
[
DataType
<
any
>
,
number
]
variant
get
variant
()
:
DataTypeName
Returns
DataTypeName
Methods
as
Fixed
Size
List
asFixedSizeList
()
:
null
|
FixedSizeList
Returns
null
|
FixedSizeList
equals
equals
(
other
:
DataType
)
:
boolean
Parameters
other
:
DataType
Returns
boolean
to
JSON
toJSON
()
:
{
[
key
:
string
]:
{
[
key
:
string
]:
{
size
:
number
;
type
:
|
{
[
key
:
string
]:
{
[
key
:
string
]:
any
}
}
|
{
[
key
:
string
]:
DataTypeName
}
;
}
;
}
;
}
Returns
{
[
key
:
string
]:
{
[
key
:
string
]:
{
size
:
number
;
type
:
|
{
[
key
:
string
]:
{
[
key
:
string
]:
any
}
}
|
{
[
key
:
string
]:
DataTypeName
}
;
}
;
}
;
}
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...