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 JkSelf committed Sep 20, 2024
1 parent 292f49f commit 5c0d87e
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 @@ -679,6 +679,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 5c0d87e

Please sign in to comment.