Structsยง
- Buffer
Ref ๐ - Wraps a reference to the buffer and some indices, to be used by
WindowImpl
s. - Buffer
RefMut ๐ - Wraps a reference to the buffer and some mutable indices, to be used by
WindowImpl
s. - Curr
Window ๐ - Note: A window frame can be pure preceding, pure following, or acrossing the current row.
- Entry ๐
- A key-value pair in the buffer.
- Latest
Session ๐ - Range
Window ๐ - The sliding window implementation for
RANGE
frames. - Rows
Window ๐ - The sliding window implementation for
ROWS
frames. - Session
Window ๐ - Window
Buffer ๐ - A common sliding window buffer.
Enumsยง
- Recalculate
Hint ๐
Traitsยง
- Window
Impl ๐ - A trait for sliding window implementations. This trait is used by
WindowBuffer
to determine the status of current window and how to slide the window.