The Combiner type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Combine |
Method to combine two RowSets
|
![]() | GetOutputSchemaAtCompileTime |
Deprecated: use Produces() instead, which takes the same arguments
|
![]() | Initialize(RowSet, RowSet, array<String>[]()[][]) | (Overrides RowSetInitialize(RowSet, RowSet, array<String>[]()[][]).) |
![]() | Initialize(Schema, Schema, Schema, array<String>[]()[][]) |
Initialization function that should not be overridden by users
|
![]() | InitializeAtRuntime |
Deprecated: Initialization function that should not be overridden by users\
If you need tablenames, use left.Schema.Table instead of leftTable.
|
![]() | Produces |
Verify the input schema and report the output schema (called at compiletime, not runtime)
|
Properties
Name | Description | |
---|---|---|
![]() | IsBulk |
Property describing whether the combiner does bulk processing (no grouping on combine columns).
The default value is false.
|
![]() | RowLevelMode |
Overrides combiner mode
|
![]() | Rows |
Not implemented
(Overrides RowSetRows()()()().) |