Class PreparedEsqlQueryRequest

All Implemented Interfaces:
CompositeIndicesRequest, Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, TransportRequest

public final class PreparedEsqlQueryRequest extends EsqlQueryRequest
An EsqlQueryRequest backed by a pre-built EsqlStatement, bypassing ES|QL string parsing. Used by internal callers (such as the Prometheus REST endpoints) that construct an EsqlStatement directly instead of going through ES|QL string construction and parsing.

The query string carried by this request is only used for logging and display; it plays no role in execution.