public class HdfsOrcDataSource
extends com.facebook.presto.orc.AbstractOrcDataSource
| Constructor and Description |
|---|
HdfsOrcDataSource(com.facebook.presto.orc.OrcDataSourceId id,
long size,
io.airlift.units.DataSize maxMergeDistance,
io.airlift.units.DataSize maxReadSize,
io.airlift.units.DataSize streamBufferSize,
boolean lazyReadSmallRanges,
org.apache.hadoop.fs.FSDataInputStream inputStream,
FileFormatDataSourceStats stats) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
readInternal(long position,
byte[] buffer,
int bufferOffset,
int bufferLength) |
public HdfsOrcDataSource(com.facebook.presto.orc.OrcDataSourceId id,
long size,
io.airlift.units.DataSize maxMergeDistance,
io.airlift.units.DataSize maxReadSize,
io.airlift.units.DataSize streamBufferSize,
boolean lazyReadSmallRanges,
org.apache.hadoop.fs.FSDataInputStream inputStream,
FileFormatDataSourceStats stats)
public void close()
throws IOException
IOExceptionprotected void readInternal(long position,
byte[] buffer,
int bufferOffset,
int bufferLength)
readInternal in class com.facebook.presto.orc.AbstractOrcDataSourceCopyright © 2012–2023. All rights reserved.