Skip to content

Commit

Permalink
fix(review): update description based on reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 5, 2022
1 parent 6f6f31f commit 3026d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/functions_arithmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,9 @@ aggregate_functions:
nullability: DECLARED_OUTPUT
return: fp64?
- name: "mode"
description: Calculates mode for a set of values.
description: >
Calculates mode for a set of values.
If there is no input, null is returned.
impls:
- args:
- value: i8
Expand Down

0 comments on commit 3026d07

Please sign in to comment.