patch bugfix to master

This commit is contained in:
obdev
2023-11-16 10:10:21 +00:00
committed by ob-robot
parent 6701143371
commit 57ee69aca8
20 changed files with 911 additions and 357 deletions

View File

@ -771,6 +771,17 @@ private:
int64_t init_size_;
};
class JsonObjectStarChecker : public RelExprCheckerBase
{
public:
JsonObjectStarChecker(common::ObIArray<ObRawExpr *> &rel_array);
virtual ~JsonObjectStarChecker() {}
int add_expr(ObRawExpr *&expr);
private:
common::ObIArray<ObRawExpr *> &rel_array_;
int64_t init_size_;
};
struct ObSqlTraits
{
char sql_id_[common::OB_MAX_SQL_ID_LENGTH + 1];// sql id //最后一个字节存放'\0'