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