hypertrace / document-store

Document store abstraction that we use across Hypertrace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provides supports for contains, exists and not_exists filter in postgres

kotharironak opened this issue · comments

Document store is exposing the following filters for query interface - https://github.com/hypertrace/document-store/blob/main/document-store/src/main/java/org/hypertrace/core/documentstore/Filter.java

Postgres implementation should also consider support for 'contains', 'exists' and 'not_exists' filter.
Recently, these filters are also exposed as part of entity-service - hypertrace/entity-service#62.

Support added in #151