SQL-like query DSL for filtering, joining, grouping, and aggregating over in-memory data.
Accepts any Map or Collection as input — has no dependency on the FlairCache store.
Store integration is a thin adapter in flair-cache-store, not here. Usable standalone in
any Java project that needs predicate-driven queries over in-memory collections.