Output - Aster Analytics

Teradata Aster® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
ScaleMap Output Table Schema
Column Name Data Type Description
stattype VARCHAR Type of statistical information in output_column. For the values that this column can contain, see the following table.
output_column DOUBLE PRECISION Statistical value of the corresponding stattype.
Supported Statistical Data Types in ScaleMap Output Table
Data Type Description
min Minimum value in the corresponding column in the current vworker.
max Maximum value in the corresponding column in the current vworker.
sum Sum value in the corresponding column in the current vworker.
squaresum Sum of squared values in the corresponding column in the current vworker.
count Count of valid values in the corresponding column in the current vworker.
infinity Count of infinite values in the corresponding column in the current vworker.
nan Count of NaN values in the corresponding column in the current vworker.
null Count of NULL values in the corresponding column in the current vworker.
ignorerow Count of ignored rows in the corresponding column in the current vworker.
text_missvalue_* * is the value of the MissValue argument—KEEP, OMIT, ZERO, or LOCATION.