[FEAT MERGE] Support external table
Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
@ -6710,6 +6710,10 @@ int ObTransformUtils::check_need_pushdown_pseudo_column(const ObRawExpr &expr,
|
||||
}
|
||||
break;
|
||||
}
|
||||
case T_PSEUDO_EXTERNAL_FILE_COL: {
|
||||
need_pushdown = true;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user