Skip to content

Commit

Permalink
Correct a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Feb 28, 2024
1 parent 370e031 commit 07bdc56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velox/core/PlanNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,6 @@ class WindowNode : public PlanNode {
/// Frame bounds can be CURRENT ROW, UNBOUNDED PRECEDING(FOLLOWING)
/// and k PRECEDING(FOLLOWING). K could be a constant or column.
///
/// k PRECEDING(FOLLOWING) is only supported for ROW frames now.
/// k has to be of integer or bigint type.
struct Frame {
WindowType type;
Expand Down

0 comments on commit 07bdc56

Please sign in to comment.