Files
doris/be
starocean999 f2fa9606c9 [fix](agg)count function should return 0 for null value (#13247)
count(null) should return 0 instead of 1, the streaming_agg_serialize_to_column function didn't handle if the input value is null, this pr fix it.
2022-10-15 10:40:52 +08:00
..