Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.util |
Modifier and Type | Field and Description |
---|---|
static OrcFile.WriterVersion |
OrcFile.CURRENT_WRITER |
Modifier and Type | Method and Description |
---|---|
static OrcFile.WriterVersion |
OrcFile.WriterVersion.from(int val) |
OrcFile.WriterVersion |
Reader.getWriterVersion()
Get the version of the writer of this file.
|
static OrcFile.WriterVersion |
OrcFile.WriterVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrcFile.WriterVersion[] |
OrcFile.WriterVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OrcFile.WriterVersion.includes(OrcFile.WriterVersion other) |
OrcIndex |
DataReader.readRowIndex(StripeInformation stripe,
TypeDescription fileSchema,
OrcProto.StripeFooter footer,
boolean ignoreNonUtf8BloomFilter,
boolean[] included,
OrcProto.RowIndex[] indexes,
boolean[] sargColumns,
OrcFile.WriterVersion version,
OrcProto.Stream.Kind[] bloomFilterKinds,
OrcProto.BloomFilterIndex[] bloomFilterIndices) |
Modifier and Type | Method and Description |
---|---|
OrcFile.WriterVersion |
ReaderImpl.getWriterVersion() |
OrcFile.WriterVersion |
OrcTail.getWriterVersion() |
static OrcFile.WriterVersion |
ReaderImpl.getWriterVersion(int writerVersion)
Get the WriterVersion based on the ORC file postscript.
|
Constructor and Description |
---|
SargApplier(SearchArgument sarg,
String[] columnNames,
long rowIndexStride,
int includedCount,
SchemaEvolution evolution,
OrcFile.WriterVersion writerVersion) |
Modifier and Type | Method and Description |
---|---|
static BloomFilter |
BloomFilterIO.deserialize(OrcProto.Stream.Kind kind,
OrcFile.WriterVersion fileVersion,
TypeDescription.Category type,
OrcProto.BloomFilter bloomFilter)
Deserialize a bloom filter from the ORC file.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.