Table of Contents

Enum VariantPrimitiveType

Namespace
Apache.Arrow.Scalars.Variant
Assembly
Apache.Arrow.Scalars.dll

Primitive type IDs stored in bits 2-7 of the value header byte when the basic type is Primitive.

public enum VariantPrimitiveType : byte

Fields

Binary = 15
BooleanFalse = 2
BooleanTrue = 1
Date = 11
Decimal16 = 10
Decimal4 = 8
Decimal8 = 9
Double = 7
Float = 14
Int16 = 4
Int32 = 5
Int64 = 6
Int8 = 3
NullType = 0
String = 16
TimeNtz = 17
Timestamp = 12
TimestampNtz = 13
TimestampNtzNanos = 19
TimestampTzNanos = 18
Uuid = 20