nooberfsh / prusto

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

add Client method returning a stream of rows #40

Open droundy opened 5 months ago

droundy commented 5 months ago

This is a convenience so users can just iterate over a stream of rows. It also opens up the possibility of using TryStream combinators, although honestly I haven't found those all that useful.

nooberfsh commented 5 months ago

Hi, thanks for the contribution. I have left some comments, please take a look.