[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

@ -319,7 +319,7 @@ void TestResolver::do_join_order_test()
const ObTableSchema *table_schema = NULL;
OK(schema_guard_.get_table_schema(ref_id, table_schema));
ObSEArray<ObAuxTableMetaInfo, 16> simple_index_infos;
int ret = table_schema->get_simple_index_infos(simple_index_infos, false/*with mv*/);
int ret = table_schema->get_simple_index_infos(simple_index_infos);
ASSERT_EQ(ret, OB_SUCCESS);
of_tmp << "table [" << table_schema->get_table_name() << "]" << std::endl;
for (int i = 0; i <= simple_index_infos.count(); ++i) {