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.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.Marker interface for PromQL-specific logical plan nodes.Represents the
scalar(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.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.