Output Table Schema
| Column | Data Type | Description |
|---|---|---|
| accumulate_column | Same as input table. | Column copied from input table. |
| output_column | Same as input table. | Column to which str_operator was applied. With InPlace ('true'), output_column is target_column. With InPlace ('false'), OutputColumns determines output_column. |