PathSummarizer Arguments - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
CountColumn
[Optional] Specify the name of the input table column that contains the number of times a path was traveled.
Default: 1
Delimiter
[Optional] Specify the single-character delimiter that separates symbols in the path string.
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 (\)
Default: ',' (comma)
SeqColumn
Specify the name of the input table column that contains the paths.
PartitionNames
Specify 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.
HashCode
[Optional] Specify whether to include the hash code of the node in the output table.
Default: 'false'
PrefixColumn
Specify the name of the input column that contains the node prefixes.