Table of Contents

Class GuidType

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll

Extension type representing UUIDs/GUIDs, stored as FixedSizeBinary(16).

public class GuidType : ExtensionType, IArrowType
Inheritance
GuidType
Implements
Inherited Members
Extension Methods

Constructors

GuidType()

public GuidType()

Fields

Default

public static GuidType Default

Field Value

GuidType

Properties

ExtensionMetadata

Serialized extension metadata. May be null or empty.

public override string ExtensionMetadata { get; }

Property Value

string

Name

The canonical extension type name (e.g. "arrow.uuid").

public override string Name { get; }

Property Value

string

Methods

CreateArray(IArrowArray)

Create the appropriate ExtensionArray wrapper for a storage array.

public override ExtensionArray CreateArray(IArrowArray storageArray)

Parameters

storageArray IArrowArray

Returns

ExtensionArray