The show*() methods can be used for schema and metadata discovery queries and are equivalent to HELP FOREIGN SERVER/DATABASE/TABLE queries on the Teradata system. This method lists all tables under a target schema.
scala> s1.showTables("user1")
+---------+
|TAB_NAME |
+---------+
|dummy |
|players |
+---------+