Skip to content
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.

Clone this wiki locally