Table of Contents

Class HalfFloatType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public sealed class HalfFloatType : FloatingPointType, IArrowType
Inheritance
HalfFloatType
Implements
Inherited Members
Extension Methods

Fields

Default

public static readonly HalfFloatType Default

Field Value

HalfFloatType

Properties

BitWidth

public override int BitWidth { get; }

Property Value

int

IsSigned

public override bool IsSigned { get; }

Property Value

bool

Name

public override string Name { get; }

Property Value

string

Precision

public override FloatingPointType.PrecisionKind Precision { get; }

Property Value

FloatingPointType.PrecisionKind

TypeId

public override ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor