Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • inputValue(input 위치에서 찾은 데이터)의 row count 만큼 roof 돌며 각 아이템에 대하여 Reducer Terms 처리 후 output에 반환

reducer start

  • get value of "input" position (inputValue)

  • roof inputValue

    • filter (Condition of execution)

      • false : continue

    • roof reducerTerms

      • run each "terms"

      • get the value of the "method" processed "value" position (termsValue)

      • set "field" as the key, "termsValue" as the value

  • put the value of the "output" position

next

...