Modulesยง
- sort ๐
- sort_
buffer ๐
Structsยง
- Sort
Buffer SortBuffer
is a common component that consume an unordered stream and produce an ordered stream by watermark. This component maintains a buffer table passed in, whose schema is same asSortBuffer
โs input and output. Generally, the component acts as a buffer that output the data it received with a delay, commonly used to implement emit-on-window-close policy.- Sort
Executor - Sort
Executor Args