public class ParquetFileRange extends Object
| Constructor and Description |
|---|
ParquetFileRange(long offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ByteBuffer> |
getDataReadFuture() |
int |
getLength() |
long |
getOffset() |
void |
setDataReadFuture(CompletableFuture<ByteBuffer> dataReadFuture) |
String |
toString() |
public long getOffset()
public int getLength()
public CompletableFuture<ByteBuffer> getDataReadFuture()
public void setDataReadFuture(CompletableFuture<ByteBuffer> dataReadFuture)
Copyright © 2023 The Apache Software Foundation. All rights reserved.