griddb / python_client

GridDB Python Client
Apache License 2.0
51 stars 61 forks source link

Request to apply cutting row #10

Closed chiendh closed 5 years ago

chiendh commented 6 years ago

Remove redundant Row class, replace with GSRow struct Remove unnecessary source code of Row class

knonomura commented 6 years ago

That's great ! Thank you very much for your PR. I will check it.

knonomura commented 5 years ago

Row data's put/get process becomes simpler.

Before:

After:

I will merge your PR.