[FEAT MERGE] materialized view

Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
This commit is contained in:
coolfishchen
2023-12-14 07:42:51 +00:00
committed by ob-robot
parent 0f946e55fb
commit f7cd32be94
257 changed files with 35700 additions and 4337 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 {