trino-rust-client 0.7.1

A trino client library
Documentation
{
    "columns": [
        {
            "name": "a",
            "type": "decimal(38,10)",
            "typeSignature": {
                "rawType": "decimal",
                "typeArguments": [],
                "literalArguments": [],
                "arguments": [
                    {
                        "kind": "LONG",
                        "value": 38
                    },
                    {
                        "kind": "LONG",
                        "value": 10
                    }
                ]
            }
        }
    ],
    "data": [
        [
            "1123412341234123412341234.2222222220"
        ]
    ]
}