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 21, 2024
1 parent 392713e commit 1605179
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 @@ -680,6 +680,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 1605179

Please sign in to comment.