Table of Contents

Class Statistics

Namespace
ParquetSharp
Assembly
ParquetSharp.dll
public abstract class Statistics : IDisposable
Inheritance
Statistics
Implements
Derived
Inherited Members

Properties

DistinctCount

public long DistinctCount { get; }

Property Value

long

HasMinMax

public bool HasMinMax { get; }

Property Value

bool

MaxUntyped

public abstract object MaxUntyped { get; }

Property Value

object

MinUntyped

public abstract object MinUntyped { get; }

Property Value

object

NullCount

public long NullCount { get; }

Property Value

long

NumValues

public long NumValues { get; }

Property Value

long

PhysicalType

public PhysicalType PhysicalType { get; }

Property Value

PhysicalType

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()