describe 方法用于显示非本机表的详细信息。
scala> s1.describe("nn2") +--------+---------+-------+ |col_name|data_type|comment| +--------+---------+-------+ |c1 |string |null | +--------+---------+-------+
describe 方法用于显示非本机表的详细信息。
scala> s1.describe("nn2") +--------+---------+-------+ |col_name|data_type|comment| +--------+---------+-------+ |c1 |string |null | +--------+---------+-------+