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
Ability to implement stream aggregation or reduction by providing user-defined functions.
spec:
vertices:
- name: reduce-by-keyudf:
container:
image:sum-by-key:latestgroupby:
window:
fixed:
length: 1m# 1 minute# if true, then it is a keyed stream, else it is non-keyed.keyed: true # can be false too
Ability to implement stream aggregation or reduction by providing user-defined functions.
WhereToStep
#291The text was updated successfully, but these errors were encountered: