public static interface OrcProto.PostScriptOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| OrcProto.CompressionKind | getCompression()optional .orc.proto.CompressionKind compression = 2; | 
| long | getCompressionBlockSize()optional uint64 compressionBlockSize = 3; | 
| long | getFooterLength()optional uint64 footerLength = 1; | 
| String | getMagic()optional string magic = 8000; | 
| com.google.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]; | 
| int | getWriterVersion()optional uint32 writerVersion = 6; | 
| boolean | hasCompression()optional .orc.proto.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; | 
| boolean | hasWriterVersion()optional uint32 writerVersion = 6; | 
boolean hasFooterLength()
optional uint64 footerLength = 1;long getFooterLength()
optional uint64 footerLength = 1;boolean hasCompression()
optional .orc.proto.CompressionKind compression = 2;OrcProto.CompressionKind getCompression()
optional .orc.proto.CompressionKind compression = 2;boolean hasCompressionBlockSize()
optional uint64 compressionBlockSize = 3;long getCompressionBlockSize()
optional uint64 compressionBlockSize = 3;List<Integer> getVersionList()
repeated uint32 version = 4 [packed = true];
 the version of the file format [0, 11] = Hive 0.11 [0, 12] = Hive 0.12
int getVersionCount()
repeated uint32 version = 4 [packed = true];
 the version of the file format [0, 11] = Hive 0.11 [0, 12] = Hive 0.12
int getVersion(int index)
repeated uint32 version = 4 [packed = true];
 the version of the file format [0, 11] = Hive 0.11 [0, 12] = Hive 0.12
boolean hasMetadataLength()
optional uint64 metadataLength = 5;long getMetadataLength()
optional uint64 metadataLength = 5;boolean hasWriterVersion()
optional uint32 writerVersion = 6;
 Version of the writer: 0 (or missing) = original 1 = HIVE-8732 fixed 2 = HIVE-4243 fixed 3 = HIVE-12055 fixed 4 = HIVE-13083 fixed
int getWriterVersion()
optional uint32 writerVersion = 6;
 Version of the writer: 0 (or missing) = original 1 = HIVE-8732 fixed 2 = HIVE-4243 fixed 3 = HIVE-12055 fixed 4 = HIVE-13083 fixed
boolean hasMagic()
optional string magic = 8000;
 Leave this last in the record
String getMagic()
optional string magic = 8000;
 Leave this last in the record
com.google.protobuf.ByteString getMagicBytes()
optional string magic = 8000;
 Leave this last in the record
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.