Output Table Schema
Column | Data Type | Description |
---|---|---|
IDColumn | INTEGER, CHAR, VARCHAR (CHARACTER SET LATIN or UNICODE for CHAR and VARCHAR) | Unique row identifier. |
tokenColumn | VARCHAR (CHARACTER SET LATIN) | Tokens from the target column data. Applicable for token-embedding only. |
v1 | Real | Coordinate point of the first dimension. Applicable for token-embedding and doc-embedding only. |
v2 | Real | Coordinate point of the second dimension. Applicable for token-embedding and doc-embedding only. There are as many v columns as there are dimensions.
|
similarity | Real | Similarity value between two text values. Applicable for token2token-similarity and doc2doc-similarity. |
Accumulate columns | Same as input data type | Columns added from the input. Applicable for doc-embedding, token2token-similarity and doc2doc-similarity. |