[to #2024121200106441766]fix: ObRawExprPrinter::print approx_count_distinct_synopsis/_merge

This commit is contained in:
obdev 2024-12-13 15:45:24 +00:00 committed by ob-robot
parent d42b0c27f0
commit 1c310e26c7

View File

@ -4025,6 +4025,10 @@ int ObRawExprPrinter::print(ObWinFunRawExpr *expr)
SET_SYMBOL_IF_EMPTY("variance");
case T_FUN_APPROX_COUNT_DISTINCT:
SET_SYMBOL_IF_EMPTY("approx_count_distinct");
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_KEEP_WM_CONCAT: {
SET_SYMBOL_IF_EMPTY("wm_concat");
DATA_PRINTF("%.*s(", LEN_AND_PTR(symbol));