Click or drag to resize

InnerJoinRecordReaderTOuter, TInner, TResultAssignAdditionalPartitions Method

Assigns additional partitions to this record reader.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public override void AssignAdditionalPartitions(
	IList<int> newPartitions
)

Parameters

newPartitions  IListInt32
The new partitions to assign.

Implements

IMultiInputRecordReaderAssignAdditionalPartitions(IListInt32)
Remarks

New partitions may not be assigned to this record reader, so this method always throws a NotSupportedException.

See Also