org.apache.hadoop.hive.ql.io.orc
Interface OrcProto.StripeStatisticsOrBuilder

All Superinterfaces:
org.spark_project.protobuf.MessageLiteOrBuilder, org.spark_project.protobuf.MessageOrBuilder
All Known Implementing Classes:
OrcProto.StripeStatistics, OrcProto.StripeStatistics.Builder
Enclosing class:
OrcProto

public static interface OrcProto.StripeStatisticsOrBuilder
extends org.spark_project.protobuf.MessageOrBuilder


Method Summary
 OrcProto.ColumnStatistics getColStats(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;
 int getColStatsCount()
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;
 List<OrcProto.ColumnStatistics> getColStatsList()
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;
 OrcProto.ColumnStatisticsOrBuilder getColStatsOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;
 List<? extends OrcProto.ColumnStatisticsOrBuilder> getColStatsOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;
 
Methods inherited from interface org.spark_project.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface org.spark_project.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getColStatsList

List<OrcProto.ColumnStatistics> getColStatsList()
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;


getColStats

OrcProto.ColumnStatistics getColStats(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;


getColStatsCount

int getColStatsCount()
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;


getColStatsOrBuilderList

List<? extends OrcProto.ColumnStatisticsOrBuilder> getColStatsOrBuilderList()
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;


getColStatsOrBuilder

OrcProto.ColumnStatisticsOrBuilder getColStatsOrBuilder(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics colStats = 1;



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