Skip to content

Commit

Permalink
[oap] Expose Task::numThreads()
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer authored and glutenperfbot committed Sep 26, 2024
1 parent 6005226 commit 589a891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions velox/exec/Task.h
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,10 @@ class Task : public std::enable_shared_from_this<Task> {
terminate(TaskState::kFinished).wait();
}

int32_t numThreads() {
return numThreads_;
}

private:
Task(
const std::string& taskId,
Expand Down

0 comments on commit 589a891

Please sign in to comment.