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. columnar: true keeps the payload and memory footprint low.