thanos-io / promql-engine

Multi-threaded PromQL engine implementation based on the Volcano paper.
Apache License 2.0
141 stars 54 forks source link

chore: add extexpr package for common operations on exprs #415

Closed MichaHoffmann closed 6 months ago

MichaHoffmann commented 6 months ago

We had a couple places where we unwrap expressions similarly. I aggregated them into one thematic place for utilities to work with parser.Exprs