You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gerritjvv edited this page Jan 2, 2012
·
1 revision
Transform Function
Overview
For each row of data read from a data source changes or actions are applied to the row of data and saved to the current Data Entry held in the Aggregation Store.
E.g.
SELECT a, SUM(b) FROM tbl GROUP BY a
For each row a is taken as is, b is expected to be a number and is incremented against he current value held for the key's Data Entry.