SQL-MapReduce Call - Aster Analytics

Teradata Aster® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
SELECT * FROM attribution (
   ON attribution_sample_table1 AS input1
     PARTITION BY user_id ORDER BY time_stamp
   ON attribution_sample_table2 AS input2
     PARTITION BY user_id ORDER BY time_stamp
   ON conversion_event_table AS conversion DIMENSION
   ON excluding_event_table AS excluding DIMENSION
   ON optional_event_table AS optional DIMENSION
   ON model1_table AS model1 DIMENSION
   ON model2_table AS model2 DIMENSION
   EventColumn ('event')
   TimestampColumn ('time_stamp')
   WindowSize ('rows:10&seconds:20')
 ) ORDER BY user_id, time_stamp;