Click or drag to resize

IMultiInputRecordReaderAddInput Method

Adds the specified input to be read by this record reader.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
void AddInput(
	IList<RecordInput> partitions
)

Parameters

partitions
Type: System.Collections.GenericIListRecordInput
The partitions for this input.
Remarks
Which partitions a multi input record reader is responsible for is specified when that reader is created. All calls to AddInput(IListRecordInput) must specify those exact same partitions, sorted by the partition number.
See Also