add assign in ObAggrInfo

This commit is contained in:
hwx65
2024-02-29 06:44:50 +00:00
committed by ob-robot
parent 78dfde443f
commit 7da6fe9dcb
2 changed files with 50 additions and 0 deletions

View File

@ -167,6 +167,7 @@ public:
group_idxs_.set_allocator(alloc);
}
int64_t to_string(char *buf, const int64_t buf_len) const;
int assign(const ObAggrInfo &rhs);
common::ObIAllocator *alloc_;
ObExpr *expr_;