org.apache.hadoop.hive.ql.io.orc
Class OrcProto.ColumnStatistics

java.lang.Object
  extended by org.spark_project.protobuf.AbstractMessageLite
      extended by org.spark_project.protobuf.AbstractMessage
          extended by org.spark_project.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hive.ql.io.orc.OrcProto.ColumnStatistics
All Implemented Interfaces:
Serializable, OrcProto.ColumnStatisticsOrBuilder, org.spark_project.protobuf.Message, org.spark_project.protobuf.MessageLite, org.spark_project.protobuf.MessageLiteOrBuilder, org.spark_project.protobuf.MessageOrBuilder
Enclosing class:
OrcProto

public static final class OrcProto.ColumnStatistics
extends org.spark_project.protobuf.GeneratedMessage
implements OrcProto.ColumnStatisticsOrBuilder

Protobuf type org.apache.hadoop.hive.ql.io.orc.ColumnStatistics

See Also:
Serialized Form

Nested Class Summary
static class OrcProto.ColumnStatistics.Builder
          Protobuf type org.apache.hadoop.hive.ql.io.orc.ColumnStatistics
 
Nested classes/interfaces inherited from class org.spark_project.protobuf.GeneratedMessage
org.spark_project.protobuf.GeneratedMessage.BuilderParent, org.spark_project.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends org.spark_project.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends org.spark_project.protobuf.GeneratedMessage.ExtendableBuilder>, org.spark_project.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends org.spark_project.protobuf.GeneratedMessage.ExtendableMessage>, org.spark_project.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends org.spark_project.protobuf.GeneratedMessage.ExtendableMessage>, org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable, org.spark_project.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends org.spark_project.protobuf.Message,Type>
 
Field Summary
static int BINARYSTATISTICS_FIELD_NUMBER
           
static int BUCKETSTATISTICS_FIELD_NUMBER
           
static int DATESTATISTICS_FIELD_NUMBER
           
static int DECIMALSTATISTICS_FIELD_NUMBER
           
static int DOUBLESTATISTICS_FIELD_NUMBER
           
static int INTSTATISTICS_FIELD_NUMBER
           
static int NUMBEROFVALUES_FIELD_NUMBER
           
static org.spark_project.protobuf.Parser<OrcProto.ColumnStatistics> PARSER
           
static int STRINGSTATISTICS_FIELD_NUMBER
           
 
Fields inherited from class org.spark_project.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 OrcProto.BinaryStatistics getBinaryStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.BinaryStatistics binaryStatistics = 8;
 OrcProto.BinaryStatisticsOrBuilder getBinaryStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.BinaryStatistics binaryStatistics = 8;
 OrcProto.BucketStatistics getBucketStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.BucketStatistics bucketStatistics = 5;
 OrcProto.BucketStatisticsOrBuilder getBucketStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.BucketStatistics bucketStatistics = 5;
 OrcProto.DateStatistics getDateStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DateStatistics dateStatistics = 7;
 OrcProto.DateStatisticsOrBuilder getDateStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.DateStatistics dateStatistics = 7;
 OrcProto.DecimalStatistics getDecimalStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DecimalStatistics decimalStatistics = 6;
 OrcProto.DecimalStatisticsOrBuilder getDecimalStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.DecimalStatistics decimalStatistics = 6;
static OrcProto.ColumnStatistics getDefaultInstance()
           
 OrcProto.ColumnStatistics getDefaultInstanceForType()
           
static org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()
           
 OrcProto.DoubleStatistics getDoubleStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;
 OrcProto.DoubleStatisticsOrBuilder getDoubleStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;
 OrcProto.IntegerStatistics getIntStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 OrcProto.IntegerStatisticsOrBuilder getIntStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 long getNumberOfValues()
          optional uint64 numberOfValues = 1;
 org.spark_project.protobuf.Parser<OrcProto.ColumnStatistics> getParserForType()
           
 int getSerializedSize()
           
 OrcProto.StringStatistics getStringStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.StringStatistics stringStatistics = 4;
 OrcProto.StringStatisticsOrBuilder getStringStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.StringStatistics stringStatistics = 4;
 org.spark_project.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasBinaryStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.BinaryStatistics binaryStatistics = 8;
 boolean hasBucketStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.BucketStatistics bucketStatistics = 5;
 boolean hasDateStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DateStatistics dateStatistics = 7;
 boolean hasDecimalStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DecimalStatistics decimalStatistics = 6;
 boolean hasDoubleStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;
 boolean hasIntStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 boolean hasNumberOfValues()
          optional uint64 numberOfValues = 1;
 boolean hasStringStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.StringStatistics stringStatistics = 4;
protected  org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static OrcProto.ColumnStatistics.Builder newBuilder()
           
static OrcProto.ColumnStatistics.Builder newBuilder(OrcProto.ColumnStatistics prototype)
           
 OrcProto.ColumnStatistics.Builder newBuilderForType()
           
protected  OrcProto.ColumnStatistics.Builder newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
           
static OrcProto.ColumnStatistics parseDelimitedFrom(InputStream input)
           
static OrcProto.ColumnStatistics parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.ColumnStatistics parseFrom(byte[] data)
           
static OrcProto.ColumnStatistics parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.ColumnStatistics parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.ColumnStatistics parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.ColumnStatistics parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.ColumnStatistics parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.ColumnStatistics parseFrom(InputStream input)
           
static OrcProto.ColumnStatistics parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OrcProto.ColumnStatistics.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(org.spark_project.protobuf.CodedOutputStream output)
           
 
Methods inherited from class org.spark_project.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class org.spark_project.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class org.spark_project.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.spark_project.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface org.spark_project.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static org.spark_project.protobuf.Parser<OrcProto.ColumnStatistics> PARSER

NUMBEROFVALUES_FIELD_NUMBER

public static final int NUMBEROFVALUES_FIELD_NUMBER
See Also:
Constant Field Values

INTSTATISTICS_FIELD_NUMBER

public static final int INTSTATISTICS_FIELD_NUMBER
See Also:
Constant Field Values

DOUBLESTATISTICS_FIELD_NUMBER

public static final int DOUBLESTATISTICS_FIELD_NUMBER
See Also:
Constant Field Values

STRINGSTATISTICS_FIELD_NUMBER

public static final int STRINGSTATISTICS_FIELD_NUMBER
See Also:
Constant Field Values

BUCKETSTATISTICS_FIELD_NUMBER

public static final int BUCKETSTATISTICS_FIELD_NUMBER
See Also:
Constant Field Values

DECIMALSTATISTICS_FIELD_NUMBER

public static final int DECIMALSTATISTICS_FIELD_NUMBER
See Also:
Constant Field Values

DATESTATISTICS_FIELD_NUMBER

public static final int DATESTATISTICS_FIELD_NUMBER
See Also:
Constant Field Values

BINARYSTATISTICS_FIELD_NUMBER

public static final int BINARYSTATISTICS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static OrcProto.ColumnStatistics getDefaultInstance()

getDefaultInstanceForType

public OrcProto.ColumnStatistics getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface org.spark_project.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface org.spark_project.protobuf.MessageOrBuilder

getUnknownFields

public final org.spark_project.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface org.spark_project.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class org.spark_project.protobuf.GeneratedMessage

getDescriptor

public static final org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class org.spark_project.protobuf.GeneratedMessage

getParserForType

public org.spark_project.protobuf.Parser<OrcProto.ColumnStatistics> getParserForType()
Specified by:
getParserForType in interface org.spark_project.protobuf.Message
Specified by:
getParserForType in interface org.spark_project.protobuf.MessageLite
Overrides:
getParserForType in class org.spark_project.protobuf.GeneratedMessage

hasNumberOfValues

public boolean hasNumberOfValues()
optional uint64 numberOfValues = 1;

Specified by:
hasNumberOfValues in interface OrcProto.ColumnStatisticsOrBuilder

getNumberOfValues

public long getNumberOfValues()
optional uint64 numberOfValues = 1;

Specified by:
getNumberOfValues in interface OrcProto.ColumnStatisticsOrBuilder

hasIntStatistics

public boolean hasIntStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;

Specified by:
hasIntStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getIntStatistics

public OrcProto.IntegerStatistics getIntStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;

Specified by:
getIntStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getIntStatisticsOrBuilder

public OrcProto.IntegerStatisticsOrBuilder getIntStatisticsOrBuilder()
optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;

Specified by:
getIntStatisticsOrBuilder in interface OrcProto.ColumnStatisticsOrBuilder

hasDoubleStatistics

public boolean hasDoubleStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;

Specified by:
hasDoubleStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getDoubleStatistics

public OrcProto.DoubleStatistics getDoubleStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;

Specified by:
getDoubleStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getDoubleStatisticsOrBuilder

public OrcProto.DoubleStatisticsOrBuilder getDoubleStatisticsOrBuilder()
optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;

Specified by:
getDoubleStatisticsOrBuilder in interface OrcProto.ColumnStatisticsOrBuilder

hasStringStatistics

public boolean hasStringStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.StringStatistics stringStatistics = 4;

Specified by:
hasStringStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getStringStatistics

public OrcProto.StringStatistics getStringStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.StringStatistics stringStatistics = 4;

Specified by:
getStringStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getStringStatisticsOrBuilder

public OrcProto.StringStatisticsOrBuilder getStringStatisticsOrBuilder()
optional .org.apache.hadoop.hive.ql.io.orc.StringStatistics stringStatistics = 4;

Specified by:
getStringStatisticsOrBuilder in interface OrcProto.ColumnStatisticsOrBuilder

hasBucketStatistics

public boolean hasBucketStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.BucketStatistics bucketStatistics = 5;

Specified by:
hasBucketStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getBucketStatistics

public OrcProto.BucketStatistics getBucketStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.BucketStatistics bucketStatistics = 5;

Specified by:
getBucketStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getBucketStatisticsOrBuilder

public OrcProto.BucketStatisticsOrBuilder getBucketStatisticsOrBuilder()
optional .org.apache.hadoop.hive.ql.io.orc.BucketStatistics bucketStatistics = 5;

Specified by:
getBucketStatisticsOrBuilder in interface OrcProto.ColumnStatisticsOrBuilder

hasDecimalStatistics

public boolean hasDecimalStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.DecimalStatistics decimalStatistics = 6;

Specified by:
hasDecimalStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getDecimalStatistics

public OrcProto.DecimalStatistics getDecimalStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.DecimalStatistics decimalStatistics = 6;

Specified by:
getDecimalStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getDecimalStatisticsOrBuilder

public OrcProto.DecimalStatisticsOrBuilder getDecimalStatisticsOrBuilder()
optional .org.apache.hadoop.hive.ql.io.orc.DecimalStatistics decimalStatistics = 6;

Specified by:
getDecimalStatisticsOrBuilder in interface OrcProto.ColumnStatisticsOrBuilder

hasDateStatistics

public boolean hasDateStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.DateStatistics dateStatistics = 7;

Specified by:
hasDateStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getDateStatistics

public OrcProto.DateStatistics getDateStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.DateStatistics dateStatistics = 7;

Specified by:
getDateStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getDateStatisticsOrBuilder

public OrcProto.DateStatisticsOrBuilder getDateStatisticsOrBuilder()
optional .org.apache.hadoop.hive.ql.io.orc.DateStatistics dateStatistics = 7;

Specified by:
getDateStatisticsOrBuilder in interface OrcProto.ColumnStatisticsOrBuilder

hasBinaryStatistics

public boolean hasBinaryStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.BinaryStatistics binaryStatistics = 8;

Specified by:
hasBinaryStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getBinaryStatistics

public OrcProto.BinaryStatistics getBinaryStatistics()
optional .org.apache.hadoop.hive.ql.io.orc.BinaryStatistics binaryStatistics = 8;

Specified by:
getBinaryStatistics in interface OrcProto.ColumnStatisticsOrBuilder

getBinaryStatisticsOrBuilder

public OrcProto.BinaryStatisticsOrBuilder getBinaryStatisticsOrBuilder()
optional .org.apache.hadoop.hive.ql.io.orc.BinaryStatistics binaryStatistics = 8;

Specified by:
getBinaryStatisticsOrBuilder in interface OrcProto.ColumnStatisticsOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface org.spark_project.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class org.spark_project.protobuf.GeneratedMessage

writeTo

public void writeTo(org.spark_project.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface org.spark_project.protobuf.MessageLite
Overrides:
writeTo in class org.spark_project.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface org.spark_project.protobuf.MessageLite
Overrides:
getSerializedSize in class org.spark_project.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class org.spark_project.protobuf.GeneratedMessage
Throws:
ObjectStreamException

parseFrom

public static OrcProto.ColumnStatistics parseFrom(org.spark_project.protobuf.ByteString data)
                                           throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.ColumnStatistics parseFrom(org.spark_project.protobuf.ByteString data,
                                                  org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.ColumnStatistics parseFrom(byte[] data)
                                           throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.ColumnStatistics parseFrom(byte[] data,
                                                  org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.ColumnStatistics parseFrom(InputStream input)
                                           throws IOException
Throws:
IOException

parseFrom

public static OrcProto.ColumnStatistics parseFrom(InputStream input,
                                                  org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
Throws:
IOException

parseDelimitedFrom

public static OrcProto.ColumnStatistics parseDelimitedFrom(InputStream input)
                                                    throws IOException
Throws:
IOException

parseDelimitedFrom

public static OrcProto.ColumnStatistics parseDelimitedFrom(InputStream input,
                                                           org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
Throws:
IOException

parseFrom

public static OrcProto.ColumnStatistics parseFrom(org.spark_project.protobuf.CodedInputStream input)
                                           throws IOException
Throws:
IOException

parseFrom

public static OrcProto.ColumnStatistics parseFrom(org.spark_project.protobuf.CodedInputStream input,
                                                  org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
Throws:
IOException

newBuilder

public static OrcProto.ColumnStatistics.Builder newBuilder()

newBuilderForType

public OrcProto.ColumnStatistics.Builder newBuilderForType()
Specified by:
newBuilderForType in interface org.spark_project.protobuf.Message
Specified by:
newBuilderForType in interface org.spark_project.protobuf.MessageLite

newBuilder

public static OrcProto.ColumnStatistics.Builder newBuilder(OrcProto.ColumnStatistics prototype)

toBuilder

public OrcProto.ColumnStatistics.Builder toBuilder()
Specified by:
toBuilder in interface org.spark_project.protobuf.Message
Specified by:
toBuilder in interface org.spark_project.protobuf.MessageLite

newBuilderForType

protected OrcProto.ColumnStatistics.Builder newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class org.spark_project.protobuf.GeneratedMessage


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