[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

@ -615,7 +615,7 @@ int ObRelativeTable::set_index_value(
{
int ret = OB_SUCCESS;
int32_t idx = -1;
uint64_t id = col_desc.col_id_ > OB_MIN_SHADOW_COLUMN_ID ?
uint64_t id = is_shadow_column(col_desc.col_id_) ?
col_desc.col_id_ - OB_MIN_SHADOW_COLUMN_ID :
col_desc.col_id_;
if (table_row.is_invalid() || !col_map.is_inited() || rowkey_size <= 0) {