pub fn decode(value: &Value) -> Result<EsqlResponse>Expand description
Strict decode of a POST /_query response. Unknown fields are accepted; a
missing or mistyped columns/values is an error, never an empty result.
pub fn decode(value: &Value) -> Result<EsqlResponse>Strict decode of a POST /_query response. Unknown fields are accepted; a
missing or mistyped columns/values is an error, never an empty result.