Skip to main content

Module esql

Module esql 

Source
Expand description

ES|QL columnar responses and the sync /_query runner.

Structs§

EsqlColumn
EsqlResponse

Functions§

decode
Strict decode of a POST /_query response. Unknown fields are accepted; a missing or mistyped columns/values is an error, never an empty result.
run_async
Run a query through the async API and poll until complete. ES|QL has no page-by-page cursor; the full result returns in one response.
run_sync
Run a synchronous ES|QL query. query carries its own FROM and LIMIT.