Click or drag to resize

InnerJoinRecordReaderTOuter, TInner, TResult Methods

The InnerJoinRecordReaderTOuter, TInner, TResult generic type exposes the following members.

Methods
  NameDescription
Public methodAddInput
Adds the specified input to be read by this record reader.
(Overrides MultiInputRecordReaderTAddInput(IListRecordInput).)
Public methodAssignAdditionalPartitions
Assigns additional partitions to this record reader.
(Overrides MultiInputRecordReaderTAssignAdditionalPartitions(IListInt32).)
Protected methodCheckDisposed
Throws a ObjectDisposedException if the object has been disposed.
(Inherited from MultiInputRecordReaderT.)
Protected methodCompare
When implemented in a derived class, compares an object from the outer relation to one from the inner relation based on the join condition.
Protected methodCreateJoinResult
When implemented in a derived class, creates an object of type TResult that holds the result of the join.
Public methodDispose
Cleans up all resources held by this StreamRecordReader{T}.
(Inherited from RecordReaderT.)
Protected methodDispose(Boolean) (Inherited from MultiInputRecordReaderT.)
Public methodEnumerateRecords
Enumerates over all the records.
(Inherited from RecordReaderT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetInput
Returns the specified input.
(Inherited from MultiInputRecordReaderT.)
Protected methodGetInputReader(Int32)
Gets the record reader for the specified input of the current partition.
(Inherited from MultiInputRecordReaderT.)
Protected methodGetInputReader(Int32, Int32)
Returns the record reader for the specified partition and input.
(Inherited from MultiInputRecordReaderT.)
Protected methodGetInputReader(Int32, Int32, Boolean)
Returns the record reader for the specified partition and input.
(Inherited from MultiInputRecordReaderT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNextPartition
Moves the current partition to the next partition.
(Inherited from MultiInputRecordReaderT.)
Protected methodOnCurrentPartitionChanged
Raises the CurrentPartitionChanged event.
(Inherited from MultiInputRecordReaderT.)
Protected methodOnCurrentPartitionChanging
Raises the CurrentPartitionChanging event.
(Inherited from MultiInputRecordReaderT.)
Protected methodOnHasRecordsChanged
Raises the HasRecordsChanged event.
(Inherited from RecordReaderT.)
Public methodReadRecord
Reads a record.
(Inherited from RecordReaderT.)
Protected methodReadRecordInternal
Reads a record.
(Overrides RecordReaderTReadRecordInternal.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWaitForInputs
Waits until the specified number of inputs becomes available for all currently active partitions.
(Inherited from MultiInputRecordReaderT.)
Top
See Also