Class PromqlFoldingUtils

java.lang.Object
org.elasticsearch.xpack.esql.parser.promql.PromqlFoldingUtils

public abstract class PromqlFoldingUtils extends Object
Folds scalar PromQL arithmetic and comparisons at parse time.

Supported operands: - number op number: evaluated as double - duration op duration: only addition and subtraction - duration op number: duration is converted to seconds, evaluated, then converted back - number op duration: only supported where PromQL duration semantics are well-defined