public class FileIndexPredicate extends Object implements Closeable
| 构造器和说明 |
|---|
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 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.