CLOB LATIN/UTF16 is only supported on the Block File System on the primary cluster. It is not available for the Object File System.
InputTable Schema
Column | Data Type | Description |
---|---|---|
text_column | CHAR/CLOB/VARCHAR CHARACTER SET LATIN/UNICODE | The column name that contains the text to parse. |
accumulate_column | Any | The input table column names to copy to the output table. |
docIdColumn | BYTEINT, SMALLINT, INTEGER, BIGINT, CHAR/VARCHAR | Unique identifier of input rows. |
StopWordsTable Schema
Column | Data Type | Description |
---|---|---|
words | CHAR/CLOB/VARCHAR CHARACTER SET LATIN/UNICODE | The column name that contains the stopwords. |