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
HasMinMax
public bool HasMinMax { get; }
Property Value
MaxUntyped
public abstract object MaxUntyped { get; }
Property Value
MinUntyped
public abstract object MinUntyped { get; }
Property Value
NullCount
public long NullCount { get; }
Property Value
NumValues
public long NumValues { get; }
Property Value
PhysicalType
public PhysicalType PhysicalType { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()