mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-22 10:28:06 +00:00
don't use flatbuffers for Event index table (make it opaque)
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user