store history pattern ids at expr_matcher after hs/rs stream scan, instead of storing them during hs/rs scan

This commit is contained in:
root
2024-10-28 10:44:22 +00:00
parent abd00a9aab
commit 9d72c83e9f
8 changed files with 319 additions and 228 deletions

View File

@@ -36,7 +36,9 @@ struct pattern_attribute {
};
struct matched_pattern {
UT_array *pattern_ids;
unsigned long long *pattern_ids;
size_t *n_pattern_id;
size_t pattern_ids_size;
struct bloom *ref_bloom;
struct pattern_attribute *ref_pat_attr;
size_t scan_data_len;