Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Feb 2, 2024
1 parent 1d27be4 commit 6633942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expr/core/src/window_function/state/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ impl<K: Ord, V: Clone> WindowImpl for RowsWindow<K, V> {
}
}

/// The sliding window implementation for `RANGE` frames.
pub(super) struct RangeWindow<V: Clone> {
frame_bounds: RangeFrameBounds,
_phantom: std::marker::PhantomData<V>,
Expand Down

0 comments on commit 6633942

Please sign in to comment.