Click or drag to resize

IDataInputCreateRecordReader Method

Creates the record reader for the specified task.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
IRecordReader CreateRecordReader(
	ITaskInput input
)

Parameters

input
Type: Ookii.Jumbo.Jet.IOITaskInput
The task input.

Return Value

Type: IRecordReader
The record reader.
See Also