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()
TypedStatistics_Max_Bool(IntPtr, out bool)
protected static extern IntPtr TypedStatistics_Max_Bool(IntPtr statistics, out bool max)
Parameters
Returns
TypedStatistics_Max_ByteArray(IntPtr, out ByteArray)
protected static extern IntPtr TypedStatistics_Max_ByteArray(IntPtr statistics, out ByteArray max)
Parameters
Returns
TypedStatistics_Max_Double(IntPtr, out double)
protected static extern IntPtr TypedStatistics_Max_Double(IntPtr statistics, out double max)
Parameters
Returns
TypedStatistics_Max_FLBA(IntPtr, out FixedLenByteArray)
protected static extern IntPtr TypedStatistics_Max_FLBA(IntPtr statistics, out FixedLenByteArray max)
Parameters
statistics
IntPtrmax
FixedLenByteArray
Returns
TypedStatistics_Max_Float(IntPtr, out float)
protected static extern IntPtr TypedStatistics_Max_Float(IntPtr statistics, out float max)
Parameters
Returns
TypedStatistics_Max_Int32(IntPtr, out int)
protected static extern IntPtr TypedStatistics_Max_Int32(IntPtr statistics, out int max)
Parameters
Returns
TypedStatistics_Max_Int64(IntPtr, out long)
protected static extern IntPtr TypedStatistics_Max_Int64(IntPtr statistics, out long max)
Parameters
Returns
TypedStatistics_Max_Int96(IntPtr, out Int96)
protected static extern IntPtr TypedStatistics_Max_Int96(IntPtr statistics, out Int96 max)
Parameters
Returns
TypedStatistics_Min_Bool(IntPtr, out bool)
protected static extern IntPtr TypedStatistics_Min_Bool(IntPtr statistics, out bool min)
Parameters
Returns
TypedStatistics_Min_ByteArray(IntPtr, out ByteArray)
protected static extern IntPtr TypedStatistics_Min_ByteArray(IntPtr statistics, out ByteArray min)
Parameters
Returns
TypedStatistics_Min_Double(IntPtr, out double)
protected static extern IntPtr TypedStatistics_Min_Double(IntPtr statistics, out double min)
Parameters
Returns
TypedStatistics_Min_FLBA(IntPtr, out FixedLenByteArray)
protected static extern IntPtr TypedStatistics_Min_FLBA(IntPtr statistics, out FixedLenByteArray min)
Parameters
statistics
IntPtrmin
FixedLenByteArray
Returns
TypedStatistics_Min_Float(IntPtr, out float)
protected static extern IntPtr TypedStatistics_Min_Float(IntPtr statistics, out float min)
Parameters
Returns
TypedStatistics_Min_Int32(IntPtr, out int)
protected static extern IntPtr TypedStatistics_Min_Int32(IntPtr statistics, out int min)
Parameters
Returns
TypedStatistics_Min_Int64(IntPtr, out long)
protected static extern IntPtr TypedStatistics_Min_Int64(IntPtr statistics, out long min)
Parameters
Returns
TypedStatistics_Min_Int96(IntPtr, out Int96)
protected static extern IntPtr TypedStatistics_Min_Int96(IntPtr statistics, out Int96 min)