Member since
02-14-2017
2
Posts
0
Kudos Received
0
Solutions
02-14-2017
07:17 AM
Thanks for your reply. I need these details on a query rather than on a table. Hope you got my point.
... View more
02-14-2017
06:48 AM
I have a query(ex: below) for which I want to get the statistics like how many rows it results, what is the size of a row.
SELECT t1.c1 ,t1.c2 FROM t1 WHERE NOT (t1.c1 IS NULL );
Is there any way to get it?
I tried "explain extended" as below, which is not printing the details that I want.
Explain Extended SELECT t1.c1 ,t1.c2 FROM t1 WHERE NOT (t1.c1 IS NULL );
Any help is appreciated.
... View more
Labels:
- Labels:
-
Apache Hive