englefly commented on code in PR #16102:
URL: https://github.com/apache/doris/pull/16102#discussion_r1083228216
##########
be/src/exprs/bloomfilter_predicate.h:
##########
@@ -334,6 +334,12 @@ struct DateTimeFindOp : public CommonFindOp<DateTimeValue>
{
value.from_olap_datetime(*reinterpret_cast<const uint64_t*>(data));
return bloom_filter.test(Slice((char*)&value, sizeof(DateTimeValue)));
}
+ void insert(BloomFilterAdaptor& bloom_filter, const void* data) const {
Review Comment:
who invokes this `insert`?
--
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]