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

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

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


Method Summary
 int getColumn()
          optional uint32 column = 2;
 OrcProto.Stream.Kind getKind()
          required .org.apache.hadoop.hive.ql.io.orc.Stream.Kind kind = 1;
 long getLength()
          optional uint64 length = 3;
 boolean hasColumn()
          optional uint32 column = 2;
 boolean hasKind()
          required .org.apache.hadoop.hive.ql.io.orc.Stream.Kind kind = 1;
 boolean hasLength()
          optional uint64 length = 3;
 
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.Stream.Kind kind = 1;


getKind

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


hasColumn

boolean hasColumn()
optional uint32 column = 2;


getColumn

int getColumn()
optional uint32 column = 2;


hasLength

boolean hasLength()
optional uint64 length = 3;


getLength

long getLength()
optional uint64 length = 3;



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