diff --git a/src/QueryPipeline/ExecutionSpeedLimits.h b/src/QueryPipeline/ExecutionSpeedLimits.h index 0def483123a..33660b1983c 100644 --- a/src/QueryPipeline/ExecutionSpeedLimits.h +++ b/src/QueryPipeline/ExecutionSpeedLimits.h @@ -29,7 +29,7 @@ public: void throttle(size_t read_rows, size_t read_bytes, size_t total_rows_to_read, UInt64 total_elapsed_microseconds, OverflowMode timeout_overflow_mode) const; - bool checkTimeLimit(const Stopwatch & stopwatch, OverflowMode overflow_mode) const; + bool checkTimeLimit(const UInt64 & elapsed_ns, OverflowMode overflow_mode) const; }; }