Table of Contents

Class Decimal128Type

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

Constructors

Decimal128Type(int, int)

public Decimal128Type(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