[FEAT MERGE] direct load vector optimize 435

Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: windye <yeheng_2011@163.com>
Co-authored-by: shadowao <aozeliu@qq.com>
This commit is contained in:
suz-yang
2024-11-22 10:44:38 +00:00
committed by ob-robot
parent c068754342
commit 812ec7c5ec
124 changed files with 11181 additions and 3152 deletions

View File

@ -1850,7 +1850,7 @@ bool ObOperator::enable_get_next_row() const
ret = true;
} else {
// if new operator is registered, please update this check and phy operator lists below
static_assert(PHY_END == PHY_VEC_SUBPLAN_FILTER + 1, "");
static_assert(PHY_END == PHY_TABLE_DIRECT_INSERT + 1, "");
switch (spec_.type_) {
case PHY_TABLE_SCAN: // table scan with multi value index/geometry type
case PHY_BLOCK_SAMPLE_SCAN: // sample scan with geometry type