'How to check if rows of a table exist (read rows) with hmsclient?

I'm using hmsclient in Python and I can't seem to find any docs.

I want to check if a table has a row or any rows. How can one do this?

I found a method called read but not much exists in terms of doc comments.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source