Uses of Class
org.apache.hadoop.hive.ql.io.orc.OrcProto.Type.Kind

Packages that use OrcProto.Type.Kind
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Uses of OrcProto.Type.Kind in org.apache.hadoop.hive.ql.io.orc
 

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.Type.Kind
 OrcProto.Type.Kind OrcProto.TypeOrBuilder.getKind()
          required .org.apache.hadoop.hive.ql.io.orc.Type.Kind kind = 1;
 OrcProto.Type.Kind OrcProto.Type.getKind()
          required .org.apache.hadoop.hive.ql.io.orc.Type.Kind kind = 1;
 OrcProto.Type.Kind OrcProto.Type.Builder.getKind()
          required .org.apache.hadoop.hive.ql.io.orc.Type.Kind kind = 1;
static OrcProto.Type.Kind OrcProto.Type.Kind.valueOf(org.spark_project.protobuf.Descriptors.EnumValueDescriptor desc)
           
static OrcProto.Type.Kind OrcProto.Type.Kind.valueOf(int value)
           
static OrcProto.Type.Kind OrcProto.Type.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OrcProto.Type.Kind[] OrcProto.Type.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.io.orc that return types with arguments of type OrcProto.Type.Kind
static org.spark_project.protobuf.Internal.EnumLiteMap<OrcProto.Type.Kind> OrcProto.Type.Kind.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcProto.Type.Kind
 OrcProto.Type.Builder OrcProto.Type.Builder.setKind(OrcProto.Type.Kind value)
          required .org.apache.hadoop.hive.ql.io.orc.Type.Kind kind = 1;
 



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