You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/09/30 02:20:20 UTC

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1775: add predicate filter(#1652)

gaodayue commented on a change in pull request #1775: add predicate filter(#1652)
URL: https://github.com/apache/incubator-doris/pull/1775#discussion_r329389444
 
 

 ##########
 File path: be/src/olap/comparison_predicate.cpp
 ##########
 @@ -143,6 +180,19 @@ COMPARISON_PRED_CONSTRUCTOR_DECLARATION(GreaterEqualPredicate)
     template void CLASS<uint24_t>::evaluate(VectorizedRowBatch* batch) const; \
     template void CLASS<uint64_t>::evaluate(VectorizedRowBatch* batch) const; \
 
+#define COMPARISON_PRED_COLUMN_BLOCK_EVALUATE_DECLARATION(CLASS) \
 
 Review comment:
   forgot to use this macro

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org