JoinIndex Class

Represents a set of one or more columns that can serve as a key in a join operation.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public class JoinIndex
Inheritance
Object  →  JoinIndex

Properties

ColumnCount Gets the number of columns in the join index.
IsUnique Gets whether the join index contains unique values.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromIndex<T> Creates a join index from an index.
FromVectors Creates a join index from a sequence of vectors.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also