Skip to content

Commit

Permalink
fix(naming): add/replace arg names in functions_boolean.yaml (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha authored Sep 8, 2022
1 parent d433a06 commit 809a2f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extensions/functions_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ scalar_functions:
impls:
- args:
- value: boolean?
name: a
variadic:
min: 0
return: boolean?
Expand Down Expand Up @@ -56,6 +57,7 @@ scalar_functions:
impls:
- args:
- value: boolean?
name: a
variadic:
min: 0
return: boolean?
Expand Down Expand Up @@ -121,7 +123,7 @@ aggregate_functions:
impls:
- args:
- value: boolean
name: x
name: a
nullability: DECLARED_OUTPUT
return: boolean?
-
Expand All @@ -133,6 +135,6 @@ aggregate_functions:
impls:
- args:
- value: boolean
name: x
name: a
nullability: DECLARED_OUTPUT
return: boolean?

0 comments on commit 809a2f4

Please sign in to comment.