Click or drag to resize

MultiInputRecordReaderTGetInputReader(Int32) Method

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

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

Parameters

index  Int32
The index of the input.

Return Value

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