Tanya-W commented on code in PR #15823: URL: https://github.com/apache/doris/pull/15823#discussion_r1068073938
########## be/src/vec/exec/scan/vscan_node.h: ########## @@ -334,6 +334,11 @@ class VScanNode : public ExecNode { SlotDescriptor* slot, ColumnValueRange<T>& range, PushDownType* pdt); + template <PrimitiveType T> + Status _normalize_match_in_compound_predicate(vectorized::VExpr* expr, VExprContext* expr_ctx, Review Comment: `_normalize_match_in_compound_predicate` means match_predicate in compound node tree, `in` is a preposition, not means in_predicate -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org