xichen2020 / eventdb

Storage for discrete events such as log events or tracing events
Apache License 2.0
9 stars 1 forks source link

Support Filter API for docs field, typed field, and valud collections #66

Closed xichen2020 closed 5 years ago

xichen2020 commented 5 years ago

cc @notbdu

This PR adds the Filter API to the DocsField, various typed field interfaces, and various typed value collection interfaces for better encapsulation and improved flexibility on how filters can be implemented. In particular it is now possible to create a filter implementation that is tailed to how strings are encoded and use the decoded metadata to speed up filtering during query execution.