Table of Contents

Class Decimal64Type

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

Constructors

Decimal64Type(int, int)

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