[FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com> Co-authored-by: xianyu-w <707512433@qq.com> Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
@ -358,3 +358,9 @@ int ObLogUnpivot::compute_one_row_info()
|
||||
set_is_at_most_one_row(false);
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObLogUnpivot::is_my_fixed_expr(const ObRawExpr *expr, bool &is_fixed)
|
||||
{
|
||||
is_fixed = ObOptimizerUtil::find_item(access_exprs_, expr);
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user