Skip to content

Commit

Permalink
feat: specify row_number start (#722) (#723)
Browse files Browse the repository at this point in the history
row_number should start counting rows at 1
  • Loading branch information
vbarua authored Oct 8, 2024
1 parent 954bcbc commit a0388ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/functions_arithmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ aggregate_functions:

window_functions:
- name: "row_number"
description: "the number of the current row within its partition."
description: "the number of the current row within its partition, starting at 1"
impls:
- args: []
nullability: DECLARED_OUTPUT
Expand Down

0 comments on commit a0388ff

Please sign in to comment.