inputValue(input 위치에서 찾은 데이터)의 row count 만큼 roof 돌며 각 아이템에 대하여 Reducer Terms 처리 후 output에 반환
Define field
Reducer
reducer start
next |
ID | Description |
---|---|
id | reducer flow component id |
name | 이름 |
input | flow Component 처리 기준 데이터 위치 |
output | flow Component 처리 결과 위치 |
next | 다음 flow Component id |
Reducer Terms
ID | Description |
---|---|
id | reducer terms id |
field | 집계된 결과 값의 Key 선언
|
method | 집계함수
(아래 상세설명) |
value | 집계할 값의 위치
|
Reducer Terms Method ( Aggregate Functions )
aggregate function calculates and returns a single result for Array
ID | Description |
---|---|
Sum | returns the sum of values in a set of values |
Avg | returns the average of values of a set |
Count | returns the number of values in a set or number of rows |
Min | returns the minimum value in a set of values |
Max | returns the maximum value in a set of values |
Method | Method can be customized |
reducer start
next |
Status | ||||
---|---|---|---|---|
|
...