public interface FileFormatProxy
| Modifier and Type | Method and Description |
|---|---|
Metastore.SplitInfos |
applySargToMetadata(SearchArgument sarg,
ByteBuffer fileMetadata,
org.apache.hadoop.conf.Configuration conf)
Applies SARG to file metadata, and produces some result for this file.
|
ByteBuffer[] |
getAddedColumnsToCache() |
ByteBuffer[][] |
getAddedValuesToCache(List<ByteBuffer> metadata) |
ByteBuffer |
getMetadataToCache(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
ByteBuffer[] addedVals) |
Metastore.SplitInfos applySargToMetadata(SearchArgument sarg, ByteBuffer fileMetadata, org.apache.hadoop.conf.Configuration conf) throws IOException
sarg - SARGfileMetadata - File metadata from metastore cache.IOExceptionByteBuffer getMetadataToCache(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, ByteBuffer[] addedVals) throws IOException
fs - The filesystem of the file.path - The file path.addedVals - Output parameter; additional column values for columns returned by
getAddedColumnsToCache to cache in MS.IOExceptionByteBuffer[] getAddedColumnsToCache()
ByteBuffer[][] getAddedValuesToCache(List<ByteBuffer> metadata)
metadata - File metadatas.Copyright © 2024 The Apache Software Foundation. All rights reserved.