hive - How to directly get input tables' statistics in HQL? -


this page statsdev - apache hive - apache software foundation tells following statistics once input tables & partitions information in hive:

  • number of rows
  • number of files
  • size in bytes

however, can statistics through unparsed hql directly? or them after parsing input tables & partitions information hql?

keyword explain want: languagemanual explain - apache hive - apache software foundation


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -