Table of Contents

Class DecimalLogicalType

Namespace
ParquetSharp
Assembly
ParquetSharp.dll
public sealed class DecimalLogicalType : LogicalType, IDisposable, IEquatable<LogicalType>
Inheritance
DecimalLogicalType
Implements
Inherited Members

Properties

Precision

public int Precision { get; }

Property Value

int

Scale

public int Scale { get; }

Property Value

int