Uses of Interface
org.apache.hadoop.hive.ql.io.orc.OrcProto.StripeInformationOrBuilder

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

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

Classes in org.apache.hadoop.hive.ql.io.orc that implement OrcProto.StripeInformationOrBuilder
static class OrcProto.StripeInformation
          Protobuf type org.apache.hadoop.hive.ql.io.orc.StripeInformation
static class OrcProto.StripeInformation.Builder
          Protobuf type org.apache.hadoop.hive.ql.io.orc.StripeInformation
 

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.StripeInformationOrBuilder
 OrcProto.StripeInformationOrBuilder OrcProto.FooterOrBuilder.getStripesOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 OrcProto.StripeInformationOrBuilder OrcProto.Footer.getStripesOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 OrcProto.StripeInformationOrBuilder OrcProto.Footer.Builder.getStripesOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 

Methods in org.apache.hadoop.hive.ql.io.orc that return types with arguments of type OrcProto.StripeInformationOrBuilder
 List<? extends OrcProto.StripeInformationOrBuilder> OrcProto.FooterOrBuilder.getStripesOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 List<? extends OrcProto.StripeInformationOrBuilder> OrcProto.Footer.getStripesOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 List<? extends OrcProto.StripeInformationOrBuilder> OrcProto.Footer.Builder.getStripesOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 



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