Package org.elasticsearch.xpack.esql.plan.physical
package org.elasticsearch.xpack.esql.plan.physical
-
ClassDescriptionSpecialized query class for retrieving statistics about the underlying data and not the actual documents.A physical plan node that hints the plan should be partitioned vertically and executed in parallel.A PhysicalPlan is "how" a LogicalPlan (the "what") actually gets translated into one or more queries.Physical plan representing a subquery, meaning a section of the plan that needs to be executed independently.An extension of
Aggregateto perform time-series aggregation per time-series, such as rate or _over_time.Similar toEsQueryExec, but this is a physical plan specifically for time series indices.