Table of Contents

Class Int32Type

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

Fields

Default

public static readonly Int32Type Default

Field Value

Int32Type

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