wangkuiyi / sqlflowserver

The gRPC proxy server of SQL engines
1 stars 2 forks source link

Change proto from column based to row based #12

Closed tonyyang-svail closed 5 years ago

tonyyang-svail commented 5 years ago

On the server side, a SQL query usually returns a set of rows.

On the client side, we usually print query result row by row.

So it is more natural to transmit data in row-based.

tonyyang-svail commented 5 years ago

Fixed by #16