Table of Contents

Class Int8Type

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

Fields

Default

public static readonly Int8Type Default

Field Value

Int8Type

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

TypeId

public override ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor