thanos-io / promql-engine

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

Replace binary expression with logical node #426

Closed fpetkovski closed 3 months ago

fpetkovski commented 3 months ago

This commit replaces the BinaryExpr AST node with a logical node.