Struct Int96
- Namespace
- ParquetSharp
- Assembly
- ParquetSharp.dll
Represents a Parquet 96-bit signed integer. This is obsolete (see https://issues.apache.org/jira/browse/PARQUET-323).
public readonly struct Int96 : IEquatable<Int96>
- Implements
- Inherited Members
Constructors
Int96(int, int, int)
public Int96(int a, int b, int c)
Parameters
Fields
A
public readonly int A
Field Value
B
public readonly int B
Field Value
C
public readonly int C
Field Value
Methods
Equals(Int96)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Int96 other)
Parameters
other
Int96An object to compare with this object.
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.