Output Table Schema
| Column | Data Type | Description |
|---|---|---|
| accumulate_column | Same as in InputTable | Column copied from InputTable. |
| output_column | Same as in InputTable | Column to that num_operator was applied. With InPlace ('true'), output_column is target_column. With InPlace ('false'), OutputColumns determines output_column. |