public class ParquetInputStream
extends org.apache.parquet.io.DelegatingSeekableInputStream
SeekableInputStream for paimon.| 构造器和说明 |
|---|
ParquetInputStream(org.apache.paimon.fs.SeekableInputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getPos() |
org.apache.paimon.fs.SeekableInputStream |
in() |
void |
seek(long newPos) |
close, getStream, read, read, read, readFully, readFully, readFullyavailable, mark, markSupported, read, reset, skippublic org.apache.paimon.fs.SeekableInputStream in()
public long getPos()
throws IOException
getPos 在类中 org.apache.parquet.io.DelegatingSeekableInputStreamIOExceptionpublic void seek(long newPos)
throws IOException
seek 在类中 org.apache.parquet.io.DelegatingSeekableInputStreamIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.