y-scope / clp-ffi-java

Apache License 2.0
10 stars 3 forks source link

Add support for encoding wildcard queries into subqueries that can be used to search CLP-encoded messages. #33

Closed kirkrodrigues closed 1 year ago

kirkrodrigues commented 1 year ago

Description

This PR exposes CLP's methods for encoding wildcard queries into subqueries that can be used to search CLP-encoded messages. For instance, we can use the subqueries and query methods to search for CLP-encoded messages stored in Apache Pinot.

Note that this PR doesn't handle query encoding for the four-byte encoding for variables. This will be added in a future commit.

Validation performed

Validated old and new tests pass.