[FEAT MERGE] materialized view

This commit is contained in:
obdev
2024-02-07 20:31:13 +00:00
committed by ob-robot
parent 39fae3b529
commit c2511b580f
257 changed files with 35698 additions and 4335 deletions

View File

@ -1121,9 +1121,9 @@ int ObRawExprPrinter::print(ObAggFunRawExpr *expr)
if (OB_SUCC(ret)) {
if (0 == expr->get_param_count()) {
if (T_FUN_COUNT == type) {
// count(*) -> count(0)
// count(*)
// but do not transform group_id() to group_id(0);
DATA_PRINTF("0");
DATA_PRINTF("*");
} else if (T_FUN_GROUP_ID == type) {
// do nothing.
} else {