Class UncompressedOrcChunkLoader
java.lang.Object
io.trino.orc.stream.UncompressedOrcChunkLoader
- All Implemented Interfaces:
OrcChunkLoader
-
Constructor Summary
ConstructorsConstructorDescriptionUncompressedOrcChunkLoader(OrcDataReader dataReader, AggregatedMemoryContext memoryContext) -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanio.airlift.slice.SlicevoidseekToCheckpoint(long checkpoint) toString()
-
Constructor Details
-
UncompressedOrcChunkLoader
-
-
Method Details
-
getOrcDataSourceId
- Specified by:
getOrcDataSourceIdin interfaceOrcChunkLoader
-
hasNextChunk
public boolean hasNextChunk()- Specified by:
hasNextChunkin interfaceOrcChunkLoader
-
getLastCheckpoint
public long getLastCheckpoint()- Specified by:
getLastCheckpointin interfaceOrcChunkLoader
-
seekToCheckpoint
- Specified by:
seekToCheckpointin interfaceOrcChunkLoader- Throws:
OrcCorruptionException
-
nextChunk
- Specified by:
nextChunkin interfaceOrcChunkLoader- Throws:
IOException
-
toString
-