Input Table Schema
| Column | Data Type | Description |
|---|---|---|
| IDColumn | INTEGER, CHAR, VARCHAR (CHARACTER SET LATIN or UNICODE for CHAR and VARCHAR) | Identifier that uniquely identifies the row. |
| PrimaryColumn | CHAR, VARCHAR (CHARACTER SET LATIN) | Name of the input column that contains the text. |
| SecondaryColumn | CHAR, VARCHAR (CHARACTER SET LATIN) | Name of the input column that contains the text. This field is applicable for the token2token-similarity and doc2doc-similarity operations only. |