diff --git a/extensions/functions_aggregate_generic.yaml b/extensions/functions_aggregate_generic.yaml index 4d891e9c5..4db63ec32 100644 --- a/extensions/functions_aggregate_generic.yaml +++ b/extensions/functions_aggregate_generic.yaml @@ -32,6 +32,11 @@ aggregate_functions: impls: - args: - name: x - value: any + value: any1 + options: + ignore_nulls: + values: [ "TRUE", "FALSE" ] nullability: DECLARED_OUTPUT - return: any? + decomposable: MANY + intermediate: any1? + return: any1?