| Input Table | Description |
|---|---|
| InputTable | Table that contains a column named txt (VARCHAR or CLOB) with input text to be split into chunks. Table can include additional columns. Supports Unicode input data. |
| TokenizerTable | Table that contains the following columns:
When TokenizerTable contains more than one tokenizer, you must use a SELECT query with a WHERE clause to select the tokenizer, otherwise an error occurs. TokenizerTable must be specified as DIMENSION, otherwise an error occurs. |