Table of Contents

Class Decimal256Type

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

Constructors

Decimal256Type(int, int)

public Decimal256Type(int precision, int scale)

Parameters

precision int
scale int

Properties

Name

public override string Name { get; }

Property Value

string

Precision

public int Precision { get; }

Property Value

int

Scale

public int Scale { get; }

Property Value

int

TypeId

public override ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor