[SCN] modify with review comments

This commit is contained in:
obdev
2022-11-28 03:06:02 +00:00
committed by ob-robot
parent 045c826c51
commit f5db12ecdd
32 changed files with 452 additions and 542 deletions

View File

@ -219,7 +219,8 @@ bool ObRawExpr::is_vectorize_result() const
|| has_flag(CNT_RAND_FUNC)
|| has_flag(CNT_SO_UDF)
|| has_flag(CNT_PRIOR)
|| has_flag(CNT_OP_PSEUDO_COLUMN);
|| has_flag(CNT_OP_PSEUDO_COLUMN)
|| has_flag(CNT_VOLATILE_CONST);
// Cant be const expr, const expr's evaluate flag is not cleared in execution.
// E.g.: