trino-rust-client 0.9.2

A trino client library
Documentation
{
    "columns": [
        {
            "name": "a",
            "type": "char(3)",
            "typeSignature": {
                "rawType": "char",
                "arguments": [
                    {
                        "kind": "LONG",
                        "value": 3
                    }
                ]
            }
        }
    ],
    "data": [
        [
            "abc"
        ]
    ]
}