Add Index::adaptive_filter.

This commit is contained in:
Harpreet Sangar 2023-01-27 19:58:06 +05:30
parent eacd644d3a
commit d0069fe2d3

View File

@ -1958,6 +1958,7 @@ Option<bool> Index::rearrange_filter_tree(filter_node_t* const root,
if (root == nullptr) {
return Option(true);
}
if (root->isOperator) {
uint32_t l_filter_ids_length = 0;
if (root->left != nullptr) {