Output - 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

The FrequentPaths function outputs an output message and output table and, optionally, a sequence pattern table.

FrequentPaths Output Message
Column Name Data Type Description
message VARCHAR Message that reports the number of patterns found.
FrequentPaths Output Table Schema
Column Name Data Type Description
pattern VARCHAR Patterns (subsequences) in string format ('item [,...]').
support INTEGER Support value of pattern.
length INTEGER Length of pattern.
group_by_column VARCHAR Column copied from the input table. This column appears only if you specify the GroupByColumns argument.
FrequentPaths Sequence Pattern Table Schema
Column Name Data Type Description
partition_column Same as in input table Column that is, or is part of, the partition key of the input table sequences.
pattern VARCHAR Pattern found in the sequence specified by partition_column.