public class OrcFileFormatProxy extends Object implements FileFormatProxy
| Constructor and Description |
|---|
OrcFileFormatProxy() |
| Modifier and Type | Method and Description |
|---|---|
Metastore.SplitInfos |
applySargToMetadata(SearchArgument sarg,
ByteBuffer fileMetadata,
org.apache.hadoop.conf.Configuration conf) |
ByteBuffer[] |
getAddedColumnsToCache() |
ByteBuffer[][] |
getAddedValuesToCache(List<ByteBuffer> metadata) |
ByteBuffer |
getMetadataToCache(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
ByteBuffer[] addedVals) |
public Metastore.SplitInfos applySargToMetadata(SearchArgument sarg, ByteBuffer fileMetadata, org.apache.hadoop.conf.Configuration conf) throws IOException
applySargToMetadata in interface FileFormatProxyIOExceptionpublic ByteBuffer[] getAddedColumnsToCache()
getAddedColumnsToCache in interface FileFormatProxypublic ByteBuffer[][] getAddedValuesToCache(List<ByteBuffer> metadata)
getAddedValuesToCache in interface FileFormatProxypublic ByteBuffer getMetadataToCache(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, ByteBuffer[] addedVals) throws IOException
getMetadataToCache in interface FileFormatProxyIOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.