nooberfsh / prusto

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

Feat: Get column names without specifying struct from select * statement #30

Closed voultest closed 1 year ago

voultest commented 1 year ago

When calling select * from table; we are getting only the data but no column names. The suggestion is to get also the column names with their data.