PathSummarizer Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Output Table Schema

Column Data Type Description
node CLOB Path to node, including node itself.
parent CLOB Parent of node (path traveled to node).
children CLOB Children of node (paths traveled from node), a list of subsequences with this syntax:
[(subsequence)[,...]]

Outer brackets appear in table.

cnt INTEGER or BIGINT Count (sum) of values in input table column count_column.
depth INTEGER or BIGINT Number of steps on path to node.
prefix CLOB Subsequence of node, copied from input table column prefix_column.