Skip to content

Commit

Permalink
fix: rename to "_value"
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzara committed Jun 26, 2024
1 parent 3dc5d18 commit 79c25ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/functions_aggregate_generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aggregate_functions:
value: any
nullability: DECLARED_OUTPUT
return: any?
- name: "first"
- name: "first_value"
description: >-
First value from a group of values.
Expand All @@ -54,7 +54,7 @@ aggregate_functions:
decomposable: MANY
intermediate: any1?
return: any1?
- name: "last"
- name: "last_value"
description: >-
Last value from a group of values.
Expand Down

0 comments on commit 79c25ce

Please sign in to comment.