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

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

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


Method Summary
 int getDictionarySize()
          optional uint32 dictionarySize = 2;
 OrcProto.ColumnEncoding.Kind getKind()
          required .org.apache.hadoop.hive.ql.io.orc.ColumnEncoding.Kind kind = 1;
 boolean hasDictionarySize()
          optional uint32 dictionarySize = 2;
 boolean hasKind()
          required .org.apache.hadoop.hive.ql.io.orc.ColumnEncoding.Kind kind = 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

hasKind

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


getKind

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


hasDictionarySize

boolean hasDictionarySize()
optional uint32 dictionarySize = 2;


getDictionarySize

int getDictionarySize()
optional uint32 dictionarySize = 2;



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