Fix: There is a shared expression in the virtual generated column, which causes an error

This commit is contained in:
yaojing624
2023-08-08 10:48:42 +00:00
committed by ob-robot
parent 81e0d5ca13
commit 2e28ad4ffa
4 changed files with 75 additions and 0 deletions

View File

@ -426,6 +426,7 @@ public:
ObRawExpr *&real_expr);
int get_phy_location_type(ObTableLocationType &location_type);
virtual int generate_access_exprs();
int copy_filter_before_index_back();
void set_use_batch(bool use_batch) { use_batch_ = use_batch; }
bool use_batch() const { return use_batch_; }
// only use group_id_expr_ when use_batch() is true.