Uses of Class
org.apache.hive.common.HiveCompat.CompatLevel

Packages that use HiveCompat.CompatLevel
org.apache.hive.common   
 

Uses of HiveCompat.CompatLevel in org.apache.hive.common
 

Methods in org.apache.hive.common that return HiveCompat.CompatLevel
static HiveCompat.CompatLevel HiveCompat.getCompatLevel(HiveConf hconf)
          Returned the configured compatibility level
static HiveCompat.CompatLevel HiveCompat.getCompatLevel(String compatStr)
           
static HiveCompat.CompatLevel HiveCompat.CompatLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HiveCompat.CompatLevel[] HiveCompat.CompatLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.