[FEAT MERGE] [v4.2] add table generator and several random utility functions

This commit is contained in:
raywill
2023-04-13 08:22:22 +00:00
committed by ob-robot
parent 94159e6675
commit 27488211d2
34 changed files with 1659 additions and 79 deletions

View File

@ -716,7 +716,7 @@ public:
ObRawExprFactory &expr_factory,
ObSQLSessionInfo &session_info,
ObDataTypeCastParams &dtc_params);
static bool is_expr_can_be_used_in_table_function(const ObRawExpr &expr);
private:
static int try_convert_to_unsiged(const ObExprResType restype,
ObRawExpr& src_expr,