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.
pub async fn run_async(t: &Transport, query: &str) -> Result<EsqlResponse>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.