Arguments - 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
Argument Category Description
InputTable Required Specifies the name of the table that contains the data to filter.
OutputTable Required Specifies the name of the output table that the function creates. The table must not exist.
InputColumns Required Specifies the names of the input table columns that contain the data to filter.
JoinColumns Required Specifies the names of the input table columns to join.
AddColumns Optional Specifies the names of the input columns to copy to the output table. The function partitions the input data and the output table on these columns. By default, the function treats the input data as belonging to one partition.
Specifying a column as both an add_column and a join_column causes incorrect counts in partitions.
PartitionKey Optional Specifies the names of the output column to use as the partition key. The default value is 'col1_item1'.
MaxItemSet Optional Specifies the maximum size of the item set. The default value is 100.
DropTable Optional Specifies whether to drop the output table if it exists. The default value is 'false'.