| Column | Data Type | Description |
|---|---|---|
| input_table_column | Same as in InputTable | One column for each column in the InputTable. Excludes the txt column used as input. |
| chunk_number | INTEGER | Specifies the chunk index for each input txt value. Starts at 0 and increments for each generated chunk. |
| chunk_token_length | INTEGER | Length of the chunk in tokens. |
| txt | VARCHAR | Contains the chunked text generated from the input txt column. Always supports Unicode. |