Share via


IMapDefinition<TMapInputLeft,TMapInputRight,TInnerKey,TReduceInput> Interface

Definition

Placeholder interface for an operation that represents a map-reduce function

public interface IMapDefinition<TMapInputLeft,TMapInputRight,TInnerKey,TReduceInput>
type IMapDefinition<'MapInputLeft, 'MapInputRight, 'InnerKey, 'ReduceInput> = interface
Public Interface IMapDefinition(Of TMapInputLeft, TMapInputRight, TInnerKey, TReduceInput)

Type Parameters

TMapInputLeft

Type of the left input to the map-reduce

TMapInputRight

Type of the right input to the map-reduce

TInnerKey

Type of the inner grouping key

TReduceInput

Type of the data fed to the reducer

Applies to