PathSummarizer Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.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.