Skip to content

Commit

Permalink
Clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed Apr 11, 2019
1 parent 38bf635 commit d6da472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engine/Filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ void Filter::computeFilterFixedValue(
size_t upperBound =
getIndex().getVocab().getValueIdForLT(upperBoundStr);
size_t lowerBound = getIndex().getVocab().getValueIdForGE(rhs);
LOG(INFO) << "upper and lower bound are " << upperBound << ' ' << lowerBound << std::endl;
LOG(INFO) << "upper and lower bound are " << upperBound << ' '
<< lowerBound << std::endl;
if (lhs_is_sorted) {
// The input data is sorted, use binary search to locate the first
// and last element that match rhs and copy the range.
Expand Down

0 comments on commit d6da472

Please sign in to comment.