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
CountColumn Required Specifies the name of the input table column that contains the number of times a path was traveled.
Delimiter Optional Specifies the single-character delimiter that separates symbols in the path string. The default value is comma (',').
Do not use any of the following characters as delimiter (they cause the function to fail):
  • Asterisk (*)
  • Plus (+)
  • Left parenthesis (()
  • Right parenthesis ())
  • Single quotation mark (')
  • Escaped single quotation mark (\')
  • Backslash (\)
ParentColumn Required Specifies the name of the input table column that contains the parent nodes. The PARTITION BY clause in the function call must include this column.
PartitionNames Required Lists the names of the columns that the PARTITION BY clause specifies. The function uses these names for output table columns. This argument and the PARTITION BY clause must specify the same names in the same order. One partition_column must be parent_column.
NodeColumn Required Specifies the name of the input table column that contains the nodes.