pub fn decode_columnar(value: &Value) -> Result<EsqlResponse>Expand description
Strict decode of a column-major (columnar: true) response. values holds
one array per column, each the length of the row count; the result is
transposed into the row-major EsqlResponse shape.