wangbo commented on code in PR #29116: URL: https://github.com/apache/doris/pull/29116#discussion_r1436724643
########## be/src/runtime/query_context.h: ########## @@ -93,6 +93,8 @@ class QueryContext { return false; } + int64_t query_time(VecDateTimeValue& now) { return now.second_diff(_start_time); } Review Comment: 临时的写法,这个目前精度只能到秒,太粗了。后续会改成单调时间,用毫秒,加一个毫秒的start time -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org