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
| 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 |
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.