[to #49019445] add exception log

This commit is contained in:
obdev
2023-04-13 10:43:23 +00:00
committed by ob-robot
parent 26be0d3275
commit ee3da76084
10 changed files with 95 additions and 76 deletions

View File

@ -42,6 +42,7 @@ public:
const common::ObIArray<ObITable *> &tables,
const int64_t start_pos = 0);
bool empty() const { return count_ <= 0; }
bool is_valid() const { return is_inited_ && count_ > 0; }
int64_t count() const { return count_; }
virtual void destroy();