Table of Contents

Class Bool8Type

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll

Extension type representing 1-byte boolean values

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

Constructors

Bool8Type()

public Bool8Type()

Fields

Default

public static Bool8Type Default

Field Value

Bool8Type

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