public class FormatReaderContext extends Object implements FormatReaderFactory.Context
RecordReader.| Constructor and Description |
|---|
FormatReaderContext(FileIO fileIO,
Path file,
long fileSize) |
FormatReaderContext(FileIO fileIO,
Path file,
long fileSize,
RoaringBitmap32 selection) |
| Modifier and Type | Method and Description |
|---|---|
FileIO |
fileIO() |
Path |
filePath() |
long |
fileSize() |
RoaringBitmap32 |
selection() |
public FormatReaderContext(FileIO fileIO, Path file, long fileSize, @Nullable RoaringBitmap32 selection)
public FileIO fileIO()
fileIO in interface FormatReaderFactory.Contextpublic Path filePath()
filePath in interface FormatReaderFactory.Contextpublic long fileSize()
fileSize in interface FormatReaderFactory.Context@Nullable public RoaringBitmap32 selection()
selection in interface FormatReaderFactory.ContextCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.