public class StripeReader extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getPosition() |
float |
getProgress()
Return the fraction of stripes that have been read from the selected.
|
boolean |
hasNext() |
boolean |
nextStripe(OrcFile.KeyWrapper keyWrapper,
OrcFile.ValueWrapper valueWrapper) |
public boolean hasNext()
throws IOException
IOExceptionpublic boolean nextStripe(OrcFile.KeyWrapper keyWrapper, OrcFile.ValueWrapper valueWrapper) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic long getPosition()
throws IOException
IOExceptionpublic float getProgress()
Copyright © 2013–2021. All rights reserved.