Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Aug 12, 2023
1 parent 41ff48f commit c8db1ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/vec/exec/scan/scanner_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ class ScannerContext {
void incr_ctx_scheduling_time(int64_t num) { _scanner_ctx_sched_time->update(num); }
void incr_num_scanner_scheduling(int64_t num) { _scanner_sched_counter->update(num); }

VScanNode* parent() { return _parent; }

virtual bool empty_in_queue(int id);

// todo(wb) rethinking how to calculate ```_max_bytes_in_queue``` when executing shared scan
Expand Down

0 comments on commit c8db1ba

Please sign in to comment.