| 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
)
Protected Function GetInputReader (
index As Integer
) As IRecordReader
protected:
IRecordReader^ GetInputReader(
int index
)
member GetInputReader :
index : int -> IRecordReader
Parameters
- index
- Type: SystemInt32
The index of the input.
Return Value
Type:
IRecordReaderAn instance of a class implementing
IRecordReader for the specified input.
See Also