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

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

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


Method Summary
 OrcProto.CompressionKind getCompression()
          optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;
 long getCompressionBlockSize()
          optional uint64 compressionBlockSize = 3;
 long getFooterLength()
          optional uint64 footerLength = 1;
 String getMagic()
          optional string magic = 8000;
 org.spark_project.protobuf.ByteString getMagicBytes()
          optional string magic = 8000;
 long getMetadataLength()
          optional uint64 metadataLength = 5;
 int getVersion(int index)
          repeated uint32 version = 4 [packed = true];
 int getVersionCount()
          repeated uint32 version = 4 [packed = true];
 List<Integer> getVersionList()
          repeated uint32 version = 4 [packed = true];
 boolean hasCompression()
          optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;
 boolean hasCompressionBlockSize()
          optional uint64 compressionBlockSize = 3;
 boolean hasFooterLength()
          optional uint64 footerLength = 1;
 boolean hasMagic()
          optional string magic = 8000;
 boolean hasMetadataLength()
          optional uint64 metadataLength = 5;
 
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

hasFooterLength

boolean hasFooterLength()
optional uint64 footerLength = 1;


getFooterLength

long getFooterLength()
optional uint64 footerLength = 1;


hasCompression

boolean hasCompression()
optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;


getCompression

OrcProto.CompressionKind getCompression()
optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;


hasCompressionBlockSize

boolean hasCompressionBlockSize()
optional uint64 compressionBlockSize = 3;


getCompressionBlockSize

long getCompressionBlockSize()
optional uint64 compressionBlockSize = 3;


getVersionList

List<Integer> getVersionList()
repeated uint32 version = 4 [packed = true];


getVersionCount

int getVersionCount()
repeated uint32 version = 4 [packed = true];


getVersion

int getVersion(int index)
repeated uint32 version = 4 [packed = true];


hasMetadataLength

boolean hasMetadataLength()
optional uint64 metadataLength = 5;


getMetadataLength

long getMetadataLength()
optional uint64 metadataLength = 5;


hasMagic

boolean hasMagic()
optional string magic = 8000;
 Leave this last in the record
 


getMagic

String getMagic()
optional string magic = 8000;
 Leave this last in the record
 


getMagicBytes

org.spark_project.protobuf.ByteString getMagicBytes()
optional string magic = 8000;
 Leave this last in the record
 



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