yiguolei commented on code in PR #66472:
URL: https://github.com/apache/doris/pull/66472#discussion_r3747588709
##########
be/src/exprs/function_filter.h:
##########
@@ -25,15 +25,15 @@ namespace doris {
class FunctionFilter {
public:
- FunctionFilter(bool opposite, const std::string& col_name,
doris::FunctionContext* fn_ctx,
+ FunctionFilter(bool opposite, uint32_t column_id, doris::FunctionContext*
fn_ctx,
Review Comment:
我们有的时候很多代码写的是columnid >= 0 这种判断,这说明,它不一定是一个unsigned?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]