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§
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.