Output Table Schema
| Column | Data Type | Description |
|---|---|---|
| output_column | VARCHAR | Packed column. If a column of type DATE is packed into the output, its format is 'YYYY-MM-DD'. |
| accumulate_column | Nonnumeric column or numeric column with ColCast ('false'):Same as in input table Numeric column with ColCast ('true'): VARCHAR |
Column copied from input table. |
| other_input_column | Same as in input table | [Column appears only without Accumulate, once for each specified other_input_column.] Column copied from input table. |