[fix](profile)(AggNode) fix the GetResultsTime is always zero (#14366)
add scoped_timer in _serialize_with_serialized_key_result
This commit is contained in:
@ -1198,6 +1198,7 @@ Status AggregationNode::_serialize_with_serialized_key_result(RuntimeState* stat
|
||||
}
|
||||
}
|
||||
|
||||
SCOPED_TIMER(_get_results_timer);
|
||||
std::visit(
|
||||
[&](auto&& agg_method) -> void {
|
||||
agg_method.init_once();
|
||||
|
||||
Reference in New Issue
Block a user