fix aggr bug

This commit is contained in:
wangt1xiuyi
2023-09-08 11:56:21 +08:00
committed by ob-robot
parent 0ca39e9932
commit 06de08f309
2 changed files with 10 additions and 24 deletions

View File

@ -1080,6 +1080,10 @@ int ObRawExprPrinter::print(ObAggFunRawExpr *expr)
SET_SYMBOL_IF_EMPTY("json_arrayagg");
case T_FUN_JSON_OBJECTAGG:
SET_SYMBOL_IF_EMPTY("json_objectagg");
case T_FUN_APPROX_COUNT_DISTINCT_SYNOPSIS:
SET_SYMBOL_IF_EMPTY("approx_count_distinct_synopsis");
case T_FUN_APPROX_COUNT_DISTINCT_SYNOPSIS_MERGE:
SET_SYMBOL_IF_EMPTY("approx_count_distinct_synopsis_merge");
case T_FUN_PL_AGG_UDF:{
if (type == T_FUN_PL_AGG_UDF) {
if (OB_ISNULL(expr->get_pl_agg_udf_expr()) ||