Skip to content

Commit

Permalink
fix: duplicate declaration of min:ts and max:ts (#631)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: min:ts has been moved to functions_datetime
BREAKING CHANGE: max:ts has been moved to functions_datetime
  • Loading branch information
amol- authored Apr 24, 2024
1 parent 5e75a41 commit 7fc86f8
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions extensions/functions_arithmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1214,20 +1214,6 @@ aggregate_functions:
decomposable: MANY
intermediate: fp64?
return: fp64?
- args:
- name: x
value: timestamp
nullability: DECLARED_OUTPUT
decomposable: MANY
intermediate: timestamp?
return: timestamp?
- args:
- name: x
value: timestamp_tz
nullability: DECLARED_OUTPUT
decomposable: MANY
intermediate: timestamp_tz?
return: timestamp_tz?
- name: "max"
description: Max a set of values.
impls:
Expand Down Expand Up @@ -1273,20 +1259,6 @@ aggregate_functions:
decomposable: MANY
intermediate: fp64?
return: fp64?
- args:
- name: x
value: timestamp
nullability: DECLARED_OUTPUT
decomposable: MANY
intermediate: timestamp?
return: timestamp?
- args:
- name: x
value: timestamp_tz
nullability: DECLARED_OUTPUT
decomposable: MANY
intermediate: timestamp_tz?
return: timestamp_tz?
- name: "product"
description: Product of a set of values. Returns 1 for empty input.
impls:
Expand Down

0 comments on commit 7fc86f8

Please sign in to comment.