Package org.elasticsearch.xpack.esql.plan.logical.promql
package org.elasticsearch.xpack.esql.plan.logical.promql
-
ClassDescriptionRepresents a PromQL aggregate function call that operates across multiple time series.Dedicated logical node for PromQL
histogram_quantile()over classic histograms.Marker node used inside PromQL as the children of all selectors.Container plan for embedded PromQL queries.PromQL data types representing the possible return types of PromQL queries.Represents a PromQL function call in the logical plan.Shared naming conventions for PromQL labels represented as ES|QL fields.Marker interface for PromQL-specific logical plan nodes.Represents thescalar(v instant-vector)PromQL function call that converts a vector to a scalar.Represents a PromQL function call that produces a scalar value and has no arguments.Unresolved PromQL function call produced by the parser and replaced by a resolved node (e.g.Represents a PromQL function call that performs element-wise transformations on an instant vector.Represents thevector(s scalar)PromQL function call that creates a vector from a scalar.Represents a PromQL aggregate function call that operates on range vectors.