Table of Contents

Enum VariantBasicType

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

The basic type stored in the lowest 2 bits of a variant value header byte.

public enum VariantBasicType : byte

Fields

Array = 3
Object = 2
Primitive = 0
ShortString = 1