Table of Contents

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

a int
b int
c int

Fields

A

public readonly int A

Field Value

int

B

public readonly int B

Field Value

int

C

public readonly int C

Field Value

int

Methods

Equals(Int96)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Int96 other)

Parameters

other Int96

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.