Enum ArrowTypeId
public enum ArrowTypeId
Fields
Binary = 14
BinaryView = 32
Boolean = 1
Date32 = 16
Date64 = 17
Decimal128 = 22
Decimal256 = 23
Decimal32 = 38
Decimal64 = 39
Dictionary = 27
Double = 12
Duration = 30
FixedSizeList = 29
FixedSizedBinary = 15
Float = 11
HalfFloat = 10
Int16 = 5
Int32 = 7
Int64 = 9
Int8 = 3
Interval = 21
LargeBinary = 36
LargeList = 35
LargeString = 37
List = 24
ListView = 34
Map = 28
Null = 0
RecordBatch = 31
String = 13
StringView = 33
Struct = 25
Time32 = 19
Time64 = 20
Timestamp = 18
UInt16 = 4
UInt32 = 6
UInt64 = 8
UInt8 = 2
Union = 26