Fix multiset bugs

This commit is contained in:
xianyu-w
2023-02-06 17:12:32 +08:00
committed by ob-robot
parent 9781c48dfa
commit 540ae51f64
5 changed files with 138 additions and 54 deletions

View File

@ -602,7 +602,11 @@ struct DistinctObjMeta
int transform_cast_multiset_for_stmt(ObDMLStmt *&stmt, bool &is_happened);
int transform_cast_multiset_for_expr(ObRawExpr *&expr, bool &trans_happened);
int add_constructor_to_multiset(ObQueryRefRawExpr *multiset_expr,
const pl::ObPLDataType &elem_type);
const pl::ObPLDataType &elem_type,
bool& trans_happened);
int add_column_conv_to_multiset(ObQueryRefRawExpr *multiset_expr,
const pl::ObPLDataType &elem_type,
bool& trans_happened);
private:
DISALLOW_COPY_AND_ASSIGN(ObTransformPreProcess);
};