Package io.trino.orc
Class FileOrcDataSource
java.lang.Object
io.trino.orc.AbstractOrcDataSource
io.trino.orc.FileOrcDataSource
- All Implemented Interfaces:
OrcDataSource,Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidreadInternal(long position, byte[] buffer, int bufferOffset, int bufferLength) Methods inherited from class io.trino.orc.AbstractOrcDataSource
getEstimatedSize, getId, getReadBytes, getReadTimeNanos, getRetainedSize, readFully, readFully, readTail, readTailInternal, toString
-
Constructor Details
-
FileOrcDataSource
- Throws:
FileNotFoundException
-
-
Method Details
-
close
- Throws:
IOException
-
readInternal
protected void readInternal(long position, byte[] buffer, int bufferOffset, int bufferLength) throws IOException - Specified by:
readInternalin classAbstractOrcDataSource- Throws:
IOException
-