public class ParquetInputFile extends Object implements org.apache.parquet.io.InputFile
InputFile for paimon.| Modifier and Type | Method and Description |
|---|---|
static ParquetInputFile |
fromPath(FileIO fileIO,
Path path) |
long |
getLength() |
Path |
getPath() |
ParquetInputStream |
newStream() |
String |
toString() |
public static ParquetInputFile fromPath(FileIO fileIO, Path path) throws IOException
IOExceptionpublic Path getPath()
public long getLength()
getLength in interface org.apache.parquet.io.InputFilepublic ParquetInputStream newStream() throws IOException
newStream in interface org.apache.parquet.io.InputFileIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.