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
IOException
public FileIndexPredicate(byte[] serializedBytes, RowType fileRowType)
public FileIndexPredicate(SeekableInputStream inputStream, RowType fileRowType)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.