Table of Contents

Class Statistics<TValue>

Namespace
ParquetSharp
Assembly
ParquetSharp.dll
public sealed class Statistics<TValue> : Statistics, IDisposable where TValue : unmanaged

Type Parameters

TValue
Inheritance
Statistics<TValue>
Implements
Inherited Members

Properties

Max

public TValue Max { get; }

Property Value

TValue

MaxUntyped

public override object MaxUntyped { get; }

Property Value

object

Min

public TValue Min { get; }

Property Value

TValue

MinUntyped

public override object MinUntyped { get; }

Property Value

object