正在准备搜索索引...
搜索索引不可用
Apache Arrow - v19.0.0
Apache Arrow
Arrow.dom
DataType
类 DataType<TType, TChildren>
抽象类
一个抽象基类,用于封装关于 Arrow 可以表示的每个逻辑类型的元数据的类。
类型参数
TType
extends
Type
=
Type
TChildren
extends
TypeMap
=
any
索引
构造函数
constructor
属性
[to
String
Tag]
Array
Type
children
Offset
Array
Type
TArray
TChildren
TOffset
Array
TType
TValue
type
Id
方法
is
Binary
is
Bool
is
Date
is
Decimal
is
Dense
Union
is
Dictionary
is
Duration
is
Fixed
Size
Binary
is
Fixed
Size
List
is
Float
is
Int
is
Interval
is
Large
Binary
is
Large
Utf8
is
List
is
Map
is
Null
is
Sparse
Union
is
Struct
is
Time
is
Timestamp
is
Union
is
Utf8
构造函数
constructor
new
DataType
<
TType
extends
Type
=
Type
,
TChildren
extends
TypeMap
=
any
>
(
typeId
:
TType
,
)
:
DataType
<
TType
,
TChildren
>
类型参数
TType
extends
Type
=
Type
TChildren
extends
TypeMap
=
any
参数
typeId
:
TType
返回
DataType
<
TType
,
TChildren
>
属性
[to
String
Tag]
"[toStringTag]"
:
string
只读
Array
Type
ArrayType
:
any
只读
children
children
:
Field
<
TChildren
[
keyof
TChildren
]
>
[]
只读
Offset
Array
Type
OffsetArrayType
:
ArrayCtor
<
Int32Array
|
BigInt64Array
>
只读
TArray
TArray
:
any
TChildren
TChildren
:
TChildren
只读
TOffset
Array
TOffsetArray
:
any
TType
TType
:
TType
只读
TValue
TValue
:
any
只读
type
Id
typeId
:
TType
方法
静态
is
Binary
isBinary
(
x
:
any
)
:
x
is
Binary
参数
x
:
any
返回
x
is
Binary
Nocollapse
静态
is
Bool
isBool
(
x
:
any
)
:
x
is
Bool
参数
x
:
any
返回
x
is
Bool
不折叠
静态
is
Date
isDate
(
x
:
any
)
:
x
is
Date_
参数
x
:
any
返回
x
is
Date_
不折叠
静态
is
Decimal
isDecimal
(
x
:
any
)
:
x
is
Decimal
参数
x
:
any
返回
x
is
Decimal
不折叠
静态
is
Dense
Union
isDenseUnion
(
x
:
any
)
:
x
is
DenseUnion
参数
x
:
any
返回
x
is
DenseUnion
不折叠
静态
is
Dictionary
isDictionary
(
x
:
any
)
:
x
is
Dictionary
参数
x
:
any
返回
x
is
Dictionary
不折叠
静态
is
Duration
isDuration
(
x
:
any
)
:
x
is
Duration
参数
x
:
any
返回
x
is
Duration
不折叠
静态
is
Fixed
Size
Binary
isFixedSizeBinary
(
x
:
any
)
:
x
is
FixedSizeBinary
参数
x
:
any
返回
x
is
FixedSizeBinary
不折叠
静态
is
Fixed
Size
List
isFixedSizeList
(
x
:
any
)
:
x
is
FixedSizeList
参数
x
:
any
返回
x
is
FixedSizeList
不折叠
静态
is
Float
isFloat
(
x
:
any
)
:
x
is
Float
参数
x
:
any
返回
x
is
Float
不折叠
静态
is
Int
isInt
(
x
:
any
)
:
x
is
Int_
参数
x
:
any
返回
x
is
Int_
不折叠
静态
is
Interval
isInterval
(
x
:
any
)
:
x
is
Interval_
参数
x
:
any
返回
x
is
Interval_
不折叠
静态
is
Large
Binary
isLargeBinary
(
x
:
any
)
:
x
is
LargeBinary
参数
x
:
any
返回
x
is
LargeBinary
不折叠
静态
is
Large
Utf8
isLargeUtf8
(
x
:
any
)
:
x
is
LargeUtf8
参数
x
:
any
返回
x
is
LargeUtf8
不折叠
静态
是
列表
isList
(
x
:
any
)
:
x
is
List
参数
x
:
any
返回
x
is
List
不折叠
静态
是
映射
isMap
(
x
:
any
)
:
x
is
Map_
参数
x
:
any
返回
x
is
Map_
不折叠
静态
是
空
isNull
(
x
:
any
)
:
x
is
Null
参数
x
:
any
返回
x
is
Null
不折叠
静态
是
稀疏
联合
isSparseUnion
(
x
:
any
)
:
x
is
SparseUnion
参数
x
:
any
返回
x
is
SparseUnion
不折叠
静态
是
结构体
isStruct
(
x
:
any
)
:
x
is
Struct
参数
x
:
any
返回
x
is
Struct
不折叠
静态
是
时间
isTime
(
x
:
any
)
:
x
is
Time_
参数
x
:
any
返回
x
is
Time_
不折叠
静态
是
时间戳
isTimestamp
(
x
:
any
)
:
x
is
Timestamp_
参数
x
:
any
返回
x
is
Timestamp_
不折叠
静态
是
联合
isUnion
(
x
:
any
)
:
x
is
Union_
参数
x
:
any
返回
x
is
Union_
不折叠
静态
是
Utf8
isUtf8
(
x
:
any
)
:
x
is
Utf8
参数
x
:
any
返回
x
is
Utf8
不折叠
设置
成员可见性
继承
主题
操作系统
浅色
深色
本页内容
构造函数
constructor
属性
[to
String
Tag]
数组
类型
children
偏移
数组
类型
T数组
T子元素
T偏移
数组
T类型
T值
类型
Id
方法
是
二进制
是
布尔
是
日期
是
十进制
是
密集
联合
是
字典
是
持续时间
是
固定
大小
二进制
是
固定
大小
列表
是
浮点数
是
整数
是
间隔
是
大
二进制
是
大
Utf8
是
列表
是
映射
是
空
是
稀疏
联合
是
结构体
是
时间
是
时间戳
是
联合
是
Utf8
Apache Arrow - v19.0.0
正在加载...
一个抽象基类,用于封装关于 Arrow 可以表示的每个逻辑类型的元数据的类。