[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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user