From 3026d0773b3124cd17507403af155d42ff38aa05 Mon Sep 17 00:00:00 2001 From: Vibhatha Abeykoon Date: Mon, 5 Sep 2022 19:36:37 +0530 Subject: [PATCH] fix(review): update description based on reviews --- extensions/functions_arithmetic.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/functions_arithmetic.yaml b/extensions/functions_arithmetic.yaml index 573eca84c..92365b8cb 100644 --- a/extensions/functions_arithmetic.yaml +++ b/extensions/functions_arithmetic.yaml @@ -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