[CP] Fix print log core

This commit is contained in:
haitaoyang 2023-10-12 12:39:41 +00:00 committed by ob-robot
parent 0fe674397d
commit 852eef5a78

View File

@ -228,7 +228,7 @@ public:
}
OB_INLINE void set_end() { iter_end_flag_ = IterEndState::ITER_END; }
int check_agg_in_row_mode(const ObTableIterParam &iter_param);
TO_STRING_KV(K_(is_firstrow_aggregated), K_(agg_row), K_(agg_flat_row_mode), K_(row_buf));
TO_STRING_KV(K_(is_firstrow_aggregated), K_(agg_row), K_(agg_flat_row_mode));
private:
bool is_firstrow_aggregated_;