Skip to content

Commit 26d6ca8

Browse files
committed
add comment
Signed-off-by: Richard Chien <[email protected]>
1 parent 99d0363 commit 26d6ca8

File tree

1 file changed

+1
-0
lines changed
  • src/expr/core/src/window_function/state

1 file changed

+1
-0
lines changed

src/expr/core/src/window_function/state/buffer.rs

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ impl<K: Ord, V: Clone> WindowImpl for RowsWindow<K, V> {
336336
}
337337
}
338338

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

0 commit comments

Comments
 (0)