fix 03010_sum_to_to_count_if_nullable.reference

This commit is contained in:
vdimir 2024-08-13 09:21:39 +00:00
parent 848285eabc
commit 0abb330356
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -83,7 +83,7 @@ QUERY id: 0
FUNCTION id: 4, function_name: tuple, function_type: ordinary, result_type: Tuple(Nullable(UInt64))
ARGUMENTS
LIST id: 5, nodes: 1
FUNCTION id: 6, function_name: sum, function_type: aggregate, nulls_action : IGNORE_NULLS, result_type: Nullable(UInt64)
FUNCTION id: 6, function_name: sum, function_type: aggregate, result_type: Nullable(UInt64)
ARGUMENTS
LIST id: 7, nodes: 1
FUNCTION id: 8, function_name: if, function_type: ordinary, result_type: Nullable(UInt8)