public interface ConsumerFileMetadata
| Modifier and Type | Method and Description |
|---|---|
org.apache.orc.CompressionKind |
getCompressionKind() |
org.apache.orc.OrcFile.Version |
getFileVersion() |
org.apache.orc.TypeDescription |
getSchema() |
int |
getStripeCount() |
List<org.apache.orc.OrcProto.Type> |
getTypes() |
int getStripeCount()
org.apache.orc.CompressionKind getCompressionKind()
List<org.apache.orc.OrcProto.Type> getTypes()
org.apache.orc.TypeDescription getSchema()
throws org.apache.orc.FileFormatException
org.apache.orc.FileFormatExceptionorg.apache.orc.OrcFile.Version getFileVersion()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.