[chore](pipeline) optimize profile information (#15433)

This commit is contained in:
Jerry Hu
2022-12-30 09:56:33 +08:00
committed by GitHub
parent 2c8de30cce
commit 10be583e52
18 changed files with 35 additions and 37 deletions

View File

@ -63,7 +63,6 @@ Status VSelectNode::get_next(RuntimeState* state, vectorized::Block* block, bool
Status VSelectNode::pull(RuntimeState* state, vectorized::Block* output_block, bool* eos) {
INIT_AND_SCOPE_GET_NEXT_SPAN(state->get_tracer(), _get_next_span, "VSelectNode::pull");
SCOPED_TIMER(_runtime_profile->total_time_counter());
RETURN_IF_CANCELLED(state);
RETURN_IF_ERROR(
VExprContext::filter_block(_vconjunct_ctx_ptr, output_block, output_block->columns()));