Uses of Class
org.apache.hadoop.hive.ql.exec.vector.VectorExpressionDescriptor.ArgumentType

Packages that use VectorExpressionDescriptor.ArgumentType
org.apache.hadoop.hive.ql.exec.vector   
 

Uses of VectorExpressionDescriptor.ArgumentType in org.apache.hadoop.hive.ql.exec.vector
 

Methods in org.apache.hadoop.hive.ql.exec.vector that return VectorExpressionDescriptor.ArgumentType
static VectorExpressionDescriptor.ArgumentType VectorExpressionDescriptor.ArgumentType.getType(String inType)
           
static VectorExpressionDescriptor.ArgumentType VectorExpressionDescriptor.ArgumentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VectorExpressionDescriptor.ArgumentType[] VectorExpressionDescriptor.ArgumentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.exec.vector with parameters of type VectorExpressionDescriptor.ArgumentType
 VectorExpressionDescriptor.Builder VectorExpressionDescriptor.Builder.setArgumentType(int index, VectorExpressionDescriptor.ArgumentType type)
           
 VectorExpressionDescriptor.Builder VectorExpressionDescriptor.Builder.setArgumentTypes(VectorExpressionDescriptor.ArgumentType... types)
           
 



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