nooberfsh / prusto

A presto/trino client library written in rust.
MIT License
37 stars 23 forks source link

Make Client::get public #28

Closed Samrose-Ahmed closed 1 year ago

Samrose-Ahmed commented 1 year ago

This method shouldn't be private, it is useful to be able to access full result for custom usecases. Happy to make PR, currently have to fork.

https://github.com/nooberfsh/prusto/blob/master/src/client.rs#L426

nooberfsh commented 1 year ago

It makes sense, PR are welcomed.