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

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

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


Method Summary
 String getFieldNames(int index)
          repeated string fieldNames = 3;
 org.spark_project.protobuf.ByteString getFieldNamesBytes(int index)
          repeated string fieldNames = 3;
 int getFieldNamesCount()
          repeated string fieldNames = 3;
 List<String> getFieldNamesList()
          repeated string fieldNames = 3;
 OrcProto.Type.Kind getKind()
          required .org.apache.hadoop.hive.ql.io.orc.Type.Kind kind = 1;
 int getMaximumLength()
          optional uint32 maximumLength = 4;
 int getPrecision()
          optional uint32 precision = 5;
 int getScale()
          optional uint32 scale = 6;
 int getSubtypes(int index)
          repeated uint32 subtypes = 2 [packed = true];
 int getSubtypesCount()
          repeated uint32 subtypes = 2 [packed = true];
 List<Integer> getSubtypesList()
          repeated uint32 subtypes = 2 [packed = true];
 boolean hasKind()
          required .org.apache.hadoop.hive.ql.io.orc.Type.Kind kind = 1;
 boolean hasMaximumLength()
          optional uint32 maximumLength = 4;
 boolean hasPrecision()
          optional uint32 precision = 5;
 boolean hasScale()
          optional uint32 scale = 6;
 
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

hasKind

boolean hasKind()
required .org.apache.hadoop.hive.ql.io.orc.Type.Kind kind = 1;


getKind

OrcProto.Type.Kind getKind()
required .org.apache.hadoop.hive.ql.io.orc.Type.Kind kind = 1;


getSubtypesList

List<Integer> getSubtypesList()
repeated uint32 subtypes = 2 [packed = true];


getSubtypesCount

int getSubtypesCount()
repeated uint32 subtypes = 2 [packed = true];


getSubtypes

int getSubtypes(int index)
repeated uint32 subtypes = 2 [packed = true];


getFieldNamesList

List<String> getFieldNamesList()
repeated string fieldNames = 3;


getFieldNamesCount

int getFieldNamesCount()
repeated string fieldNames = 3;


getFieldNames

String getFieldNames(int index)
repeated string fieldNames = 3;


getFieldNamesBytes

org.spark_project.protobuf.ByteString getFieldNamesBytes(int index)
repeated string fieldNames = 3;


hasMaximumLength

boolean hasMaximumLength()
optional uint32 maximumLength = 4;


getMaximumLength

int getMaximumLength()
optional uint32 maximumLength = 4;


hasPrecision

boolean hasPrecision()
optional uint32 precision = 5;


getPrecision

int getPrecision()
optional uint32 precision = 5;


hasScale

boolean hasScale()
optional uint32 scale = 6;


getScale

int getScale()
optional uint32 scale = 6;



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