yiguolei commented on code in PR #19758: URL: https://github.com/apache/doris/pull/19758#discussion_r1198482832
########## be/src/olap/reader.h: ########## @@ -153,7 +154,7 @@ class TabletReader { // limit of rows for read_orderby_key size_t read_orderby_key_limit = 0; // filter_block arguments - vectorized::VExprContext** filter_block_vconjunct_ctx_ptr = nullptr; + vectorized::VExprContextSPtrs* filter_block_conjuncts; Review Comment: vectorized::VExprContextSPtrs why need vectorized::VExprContextSPtrs* ??? -- 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