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
IOException
public Path getPath()
public long getLength()
getLength
in interface org.apache.parquet.io.InputFile
public ParquetInputStream newStream() throws IOException
newStream
in interface org.apache.parquet.io.InputFile
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.