fix use_sstr_aggr_ state maybe not correct bug

This commit is contained in:
cqliang1995
2024-03-29 04:16:17 +00:00
committed by ob-robot
parent dcf34d56ce
commit 4c26f10dcf
3 changed files with 23 additions and 4 deletions

View File

@ -811,6 +811,10 @@ public:
{
return sizeof(GroupRowBucket);
}
inline bool is_sstr_aggr_valid() const
{
return sstr_aggr_.is_valid();
}
template <typename CB>
int foreach_bucket_hash(CB &cb) const
{