Click or drag to resize

MultiInputRecordReaderTGetInputReader Method (Int32)

Gets the record reader for the specified input of the current partition.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected IRecordReader GetInputReader(
	int index
)

Parameters

index
Type: SystemInt32
The index of the input.

Return Value

Type: IRecordReader
An instance of a class implementing IRecordReader for the specified input.
See Also