public interface ParquetMetadataSource
| Modifier and Type | Method and Description |
|---|---|
ParquetFileMetadata |
getParquetMetadata(ParquetDataSource parquetDataSource,
long fileSize,
boolean cacheable,
long modificationTime,
Optional<org.apache.parquet.crypto.InternalFileDecryptor> fileDecryptor,
boolean readMaskedValue) |
ParquetFileMetadata getParquetMetadata(ParquetDataSource parquetDataSource, long fileSize, boolean cacheable, long modificationTime, Optional<org.apache.parquet.crypto.InternalFileDecryptor> fileDecryptor, boolean readMaskedValue) throws IOException
IOExceptionCopyright © 2012–2024. All rights reserved.