public class MergeOverlappingIntervalWindows extends Object
WindowFn that merges overlapping IntervalWindows.| Constructor and Description |
|---|
MergeOverlappingIntervalWindows() |
| Modifier and Type | Method and Description |
|---|---|
static void |
mergeWindows(WindowFn.MergeContext c)
Merge overlapping intervals.
|
public static void mergeWindows(WindowFn.MergeContext c) throws Exception
Exception