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

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

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

Fields in org.apache.hadoop.hive.ql.io.orc with type parameters of type OrcProto.Type
static org.spark_project.protobuf.Parser<OrcProto.Type> OrcProto.Type.PARSER
           
 

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.Type
 OrcProto.Type OrcProto.Type.Builder.build()
           
 OrcProto.Type OrcProto.Type.Builder.buildPartial()
           
static OrcProto.Type OrcProto.Type.getDefaultInstance()
           
 OrcProto.Type OrcProto.Type.getDefaultInstanceForType()
           
 OrcProto.Type OrcProto.Type.Builder.getDefaultInstanceForType()
           
 OrcProto.Type OrcProto.FooterOrBuilder.getTypes(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 OrcProto.Type OrcProto.Footer.getTypes(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 OrcProto.Type OrcProto.Footer.Builder.getTypes(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
static OrcProto.Type OrcProto.Type.parseDelimitedFrom(InputStream input)
           
static OrcProto.Type OrcProto.Type.parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Type OrcProto.Type.parseFrom(byte[] data)
           
static OrcProto.Type OrcProto.Type.parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Type OrcProto.Type.parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.Type OrcProto.Type.parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Type OrcProto.Type.parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.Type OrcProto.Type.parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Type OrcProto.Type.parseFrom(InputStream input)
           
static OrcProto.Type OrcProto.Type.parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hive.ql.io.orc that return types with arguments of type OrcProto.Type
 org.spark_project.protobuf.Parser<OrcProto.Type> OrcProto.Type.getParserForType()
           
 List<OrcProto.Type> Reader.getTypes()
          Get the list of types contained in the file.
 List<OrcProto.Type> OrcProto.FooterOrBuilder.getTypesList()
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 List<OrcProto.Type> OrcProto.Footer.getTypesList()
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 List<OrcProto.Type> OrcProto.Footer.Builder.getTypesList()
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcProto.Type
 OrcProto.Footer.Builder OrcProto.Footer.Builder.addTypes(int index, OrcProto.Type value)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 OrcProto.Footer.Builder OrcProto.Footer.Builder.addTypes(OrcProto.Type value)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 OrcProto.Type.Builder OrcProto.Type.Builder.mergeFrom(OrcProto.Type other)
           
static OrcProto.Type.Builder OrcProto.Type.newBuilder(OrcProto.Type prototype)
           
 OrcProto.Footer.Builder OrcProto.Footer.Builder.setTypes(int index, OrcProto.Type value)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 

Method parameters in org.apache.hadoop.hive.ql.io.orc with type arguments of type OrcProto.Type
 OrcProto.Footer.Builder OrcProto.Footer.Builder.addAllTypes(Iterable<? extends OrcProto.Type> values)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 



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