Add table value check in sanity

This commit is contained in:
obdev
2023-02-24 12:36:42 +00:00
committed by ob-robot
parent a366348a12
commit 48ec3e4565
3 changed files with 63 additions and 2 deletions

View File

@ -565,6 +565,8 @@ private:
int submit_op_monitor_node();
bool match_rt_monitor_condition(int64_t rows);
int check_stack_once();
int output_expr_sanity_check();
int output_expr_sanity_check_batch();
protected:
const ObOpSpec &spec_;
ObExecContext &ctx_;