public class FileIndexPredicate extends Object implements Closeable
| Constructor and Description |
|---|
FileIndexPredicate(byte[] serializedBytes,
RowType fileRowType) |
FileIndexPredicate(Path path,
FileIO fileIO,
RowType fileRowType) |
FileIndexPredicate(SeekableInputStream inputStream,
RowType fileRowType) |
public FileIndexPredicate(Path path, FileIO fileIO, RowType fileRowType) throws IOException
IOExceptionpublic FileIndexPredicate(byte[] serializedBytes,
RowType fileRowType)
public FileIndexPredicate(SeekableInputStream inputStream, RowType fileRowType)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.