fix osg bugs

This commit is contained in:
Larry955
2023-05-06 10:38:37 +00:00
committed by ob-robot
parent fab24a1afb
commit 03695f6cb2
13 changed files with 231 additions and 230 deletions

View File

@ -30,7 +30,12 @@ struct OSGShareInfo {
col_conv_exprs_(),
generated_column_exprs_(),
column_ids_() {};
~OSGShareInfo() = default;
~OSGShareInfo()
{
col_conv_exprs_.reset();
generated_column_exprs_.reset();
column_ids_.reset();
}
uint64_t table_id_;
ObRawExpr *calc_part_id_expr_;