diff --git a/extensions/functions_arithmetic_decimal.yaml b/extensions/functions_arithmetic_decimal.yaml index 13fb2e148..0fc4caaef 100644 --- a/extensions/functions_arithmetic_decimal.yaml +++ b/extensions/functions_arithmetic_decimal.yaml @@ -114,8 +114,8 @@ aggregate_functions: values: [ SILENT, SATURATE, ERROR ] nullability: DECLARED_OUTPUT decomposable: MANY - intermediate: "DECIMAL<38,S>?" - return: "DECIMAL<38,S>?" + intermediate: "DECIMAL?<38,S>" + return: "DECIMAL?<38,S>" - name: "avg" description: Average a set of values. impls: @@ -137,8 +137,8 @@ aggregate_functions: value: "DECIMAL" nullability: DECLARED_OUTPUT decomposable: MANY - intermediate: "DECIMAL?" - return: "DECIMAL?" + intermediate: "DECIMAL?" + return: "DECIMAL?" - name: "max" description: Max a set of values. impls: @@ -147,5 +147,5 @@ aggregate_functions: value: "DECIMAL" nullability: DECLARED_OUTPUT decomposable: MANY - intermediate: "DECIMAL?" - return: "DECIMAL?" + intermediate: "DECIMAL?" + return: "DECIMAL?"