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.Context
public Path filePath()
filePath
in interface FormatReaderFactory.Context
public long fileSize()
fileSize
in interface FormatReaderFactory.Context
@Nullable public RoaringBitmap32 selection()
selection
in interface FormatReaderFactory.Context
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.