Skip to content

Commit

Permalink
add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JinheLin committed Jan 30, 2023
1 parent 332bcfe commit 097d928
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ class BitmapFilterBlockInputStream : public IProfilingBlockInputStream
FilterPtr filter_ignored;
return readImpl(filter_ignored, false);
}

// When all rows in block are not filtered out,
// `res_filter` will be set to null.
// The caller needs to do handle this situation.
Block readImpl(FilterPtr & res_filter, bool return_filter) override;

private:
Expand Down

0 comments on commit 097d928

Please sign in to comment.