Click or drag to resize

ValSortRecord Class

Represents an intermediate record used by the ValSort job.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.IOWritableValSortRecord
    Ookii.Jumbo.Jet.Samples.IOValSortRecord

Namespace:  Ookii.Jumbo.Jet.Samples.IO
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public sealed class ValSortRecord : Writable<ValSortRecord>, 
	IComparable<ValSortRecord>

The ValSortRecord type exposes the following members.

Constructors
  NameDescription
Public methodValSortRecord
Initializes a new instance of the ValSortRecord class
Top
Properties
  NameDescription
Public propertyChecksum
Gets or sets the infinite-precision sum of the CRC32 checksums of all the records in the input range.
Public propertyDuplicates
Gets or sets the number of duplicate keys in the range. Only valid if the range is completely sorted.
Public propertyFirstKey
Gets or sets the first key in the input range.
Public propertyFirstUnsorted
Gets or sets the number of the first unsorted record in the input range.
Public propertyInputId
Gets or sets a string that identifies the fragments of the input that this record represents. These IDs together with InputOffset must sort according to the order of the input fragments.
Public propertyInputOffset
Gets or sets the input offset.
Public propertyLastKey
Gets or sets the last key in the input range.
Public propertyRecords
Gets or sets the number of records in the input range.
Public propertyUnsortedRecords
Gets or sets the number of unsorted records in the range.
Top
Methods
  NameDescription
Public methodCompareTo
Compares this instance with a specified other ValSortRecord and returns an integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified GenSortRecord.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
Reads the object from the specified reader.
(Inherited from WritableT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Writes the object to the specified writer.
(Inherited from WritableT.)
Top
See Also