Input Table Schema
| Column | Data Type | Description |
|---|---|---|
| text_column | CHAR, VARCHAR, CLOB | The InputTable column name that contains text for sentiment analysis. |
| accumulate_column | ANY | The InputTable column names to copy to the output table. |
Custom/Additional Dictionary Table Schema
| Column | Data Type | Description |
|---|---|---|
| sentiment_word | CHAR, VARCHAR | The column name that contains the sentiment word. |
| polarity_strength | BYTEINT, SMALLINT, INTEGER | The column name that contains the strength of the sentiment word. |