don't use flatbuffers for Event index table (make it opaque)

This commit is contained in:
Doug Hoyte
2024-08-30 17:39:16 -04:00
parent 391f632b73
commit 47c26cc887
10 changed files with 13 additions and 15 deletions

View File

@ -258,7 +258,7 @@ struct DBScan : NonCopyable {
} else {
approxWork += 10;
auto view = env.lookup_Event(txn, levId);
if (view && f.doesMatch(PackedEventView(view->packed()))) doSend = true;
if (view && f.doesMatch(PackedEventView(view->buf))) doSend = true;
}
if (doSend) {