Apache Arrow - v21.1.0
正在准备搜索索引...
Arrow.dom
MapRow
类 MapRow<K, V>
类型参数
K
继承
DataType
=
any
V
继承
DataType
=
any
可索引
[
key
:
string
]:
V
[
"TValue"
]
索引
构造函数
构造函数
访问器
大小
方法
[迭代器]
to
Array
to
JSON
to
String
构造函数
constructor
新
MapRow
<
K
继承
DataType
<
Type
,
any
>
=
any
,
V
继承
DataType
<
Type
,
any
>
=
any
,
>
(
切片
:
Data
<
Struct
<
{
key
:
K
;
value
:
V
}
>
>
,
)
:
MapRow
<
K
,
V
>
类型参数
K
继承
DataType
<
Type
,
any
>
=
any
V
继承
DataType
<
Type
,
any
>
=
any
参数
切片
:
Data
<
Struct
<
{
key
:
K
;
value
:
V
}
>
>
返回
MapRow
<
K
,
V
>
访问器
大小
获取
大小
()
:
数字
返回
number
方法
[迭代器]
"[迭代器]"
()
:
MapRowIterator
<
K
,
V
>
返回
MapRowIterator
<
K
,
V
>
to
Array
toArray
()
:
未知
[]
返回
未知
[]
to
JSON
toJSON
()
:
{
[
P
在
任何
]
:
V
[
"TValue"
]
}
返回
{
[
P
在
任何
]
:
V
[
"TValue"
]
}
to
String
toString
()
:
string
返回
string
设置
成员可见性
继承
主题
操作系统
浅色
深色
在此页面上
构造函数
构造函数
访问器
大小
方法
[迭代器]
to
Array
to
JSON
to
String
Apache Arrow - v21.1.0
正在加载...