3

I understand that all the column statistics can be computed for a Hive table using the command-

ANALYZE TABLE Table1 COMPUTE STATISTICS;

Then Specific column level stats can be fetched through the command -

DESCRIBE FORMATTED Table1.Column1;
....
DESCRIBE FORMATTED Table1.Columnn;

Is it possible to fetch all column stats using a single command?

Abhi Nandan
  • 195
  • 3
  • 11

0 Answers0