This class is used to process Row objects corresponding to a given key.
Scope guarantees that all Rows in the system matching the key will be
passed into the Reducer in one call to Reduce.
Users need to override the Reduce and Produce methods.
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public abstract class Reducer : RowSet |
Visual Basic |
---|
Public MustInherit Class Reducer _ Inherits RowSet |
Visual C++ |
---|
public ref class Reducer abstract : public RowSet |
Inheritance Hierarchy
Object
UDOBase
RowSet
ScopeRuntime..::..Reducer
UDOBase
RowSet
ScopeRuntime..::..Reducer