Output - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

The Text_Parser function has one output table, whose schema depends on the value of the OutputByWord argument.

Text_Parser Output Table Schema, Output_By_Word ('true')
Column Name Data Type Description
accumulate_column Same as in input table Column copied from the input table.
token_column VARCHAR Contains tokens from input document, one to a row.
frequency_column INTEGER Contains the frequency of each token.
position_column VARCHAR Contains the position of a word within a document.
Text_Parser Output Table Schema, Output_By_Word ('false')
Column Name Data Type Description
accumulate_column Same as in input table Column copied from the input table.
token_column VARCHAR Contains tokens from input document, one to a row.