Click or drag to resize

IDataOutputCreateOutput Method

Creates the output for the specified partition.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
IOutputCommitter CreateOutput(
	int partitionNumber
)

Parameters

partitionNumber
Type: SystemInt32
The partition number for this output.

Return Value

Type: IOutputCommitter
The record writer.
See Also