The Text_Parser function has one input table. If you include the PARTITION BY clause, then the function treats all rows in the same partition as a single document. If you omit the PARTITION BY clause, then the function treats each row as a single document.
Column Name | Data Type | Description |
---|---|---|
text_column | VARCHAR | Contains text to be parsed. |
accumulate_column | Any | Column to copy to the output table. |