Skip to main content

run_async

Function run_async 

Source
pub async fn run_async(t: &Transport, query: &str) -> Result<EsqlResponse>
Expand description

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.