Expand description
ES|QL columnar responses and the sync /_query runner.
Structs§
Functions§
- decode
- Strict decode of a
POST /_queryresponse. Unknown fields are accepted; a missing or mistypedcolumns/valuesis 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.
querycarries its ownFROMandLIMIT.