Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
OrcTail |
OrcFile.ReaderOptions.getOrcTail() |
Modifier and Type | Method and Description |
---|---|
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.orcTail(OrcTail tail) |
Modifier and Type | Field and Description |
---|---|
protected OrcTail |
ReaderImpl.tail |
Modifier and Type | Method and Description |
---|---|
static OrcTail |
ReaderImpl.extractFileTail(ByteBuffer buffer)
Deprecated.
Use
ReaderImpl.extractFileTail(FileSystem, Path, long) instead.
This is for backward compatibility. |
static OrcTail |
ReaderImpl.extractFileTail(ByteBuffer buffer,
long fileLen,
long modificationTime)
Deprecated.
Use
ReaderImpl.extractFileTail(FileSystem, Path, long) instead.
This is for backward compatibility. |
protected OrcTail |
ReaderImpl.extractFileTail(FileSystem fs,
Path path,
long maxFileLength) |
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.