OrcTail insteadpublic interface FileMetadata
| Modifier and Type | Method and Description | 
|---|---|
| int | getColumnCount()Deprecated.  | 
| int | getCompressionBufferSize()Deprecated.  | 
| CompressionKind | getCompressionKind()Deprecated.  | 
| long | getContentLength()Deprecated.  | 
| Object | getFileKey()Deprecated.  | 
| List<OrcProto.ColumnStatistics> | getFileStats()Deprecated.  | 
| int | getFlattenedColumnCount()Deprecated.  | 
| int | getMetadataSize()Deprecated.  | 
| long | getNumberOfRows()Deprecated.  | 
| int | getRowIndexStride()Deprecated.  | 
| List<StripeInformation> | getStripes()Deprecated.  | 
| List<OrcProto.StripeStatistics> | getStripeStats()Deprecated.  | 
| List<OrcProto.Type> | getTypes()Deprecated.  | 
| List<Integer> | getVersionList()Deprecated.  | 
| int | getWriterImplementation()Deprecated.  | 
| int | getWriterVersionNum()Deprecated.  | 
| boolean | isOriginalFormat()Deprecated.  | 
boolean isOriginalFormat()
List<StripeInformation> getStripes()
CompressionKind getCompressionKind()
int getCompressionBufferSize()
int getRowIndexStride()
int getColumnCount()
int getFlattenedColumnCount()
Object getFileKey()
int getMetadataSize()
int getWriterImplementation()
int getWriterVersionNum()
List<OrcProto.Type> getTypes()
List<OrcProto.StripeStatistics> getStripeStats()
long getContentLength()
long getNumberOfRows()
List<OrcProto.ColumnStatistics> getFileStats()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.