User-defined Aggregate. This Aggregate will only be executed once
and will input columns of type I1, I2, and I3 and output a column of type O.
By definition, this is not recursive.
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public abstract class Aggregate3<I1, I2, I3, O> : Aggregate |
Visual Basic |
---|
Public MustInherit Class Aggregate3(Of I1, I2, I3, O) _ Inherits Aggregate |
Visual C++ |
---|
generic<typename I1, typename I2, typename I3, typename O> public ref class Aggregate3 abstract : public Aggregate |
Type Parameters
- I1
- Input type 1
- I2
- Input type 2
- I3
- Input type 3
- O
- Output type
Inheritance Hierarchy
Object
Aggregate
ScopeRuntime..::..Aggregate3<(Of <(<'I1, I2, I3, O>)>)>
Aggregate
ScopeRuntime..::..Aggregate3<(Of <(<'I1, I2, I3, O>)>)>