weizuo93 opened a new issue #6366: URL: https://github.com/apache/incubator-doris/issues/6366
There is a bloom filter for each data page in a column which has bloom filter index. `_has_null` flag can help to judge whether `null` exists in a data page. If `null` value is added to a data page, `_has_null` will be set `true`. After bloom filter for a data page finished, `_has_null`should be reset to `false` to prepare for next data page. -- 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]
