Sliding Window Function in Streaming Analytics
Under streaming analytics context, a sliding window function segments a data stream into time segments that can overlap with each other. The window only changes when an event enters or exits the window.
Events can belong to more than one sliding window. Each window must include at least one event otherwise the sliding window will be emitted from output.
info Last modified by Administrator 3 years ago
copyright
This page is subject to Site terms.
comment Comments
No comments yet.