Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.util |
Modifier and Type | Method and Description |
---|---|
TypeDescription.Category |
TypeDescription.getCategory()
Get the kind of this type.
|
static TypeDescription.Category |
TypeDescription.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDescription.Category[] |
TypeDescription.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TypeDescription(TypeDescription.Category category) |
Modifier and Type | Method and Description |
---|---|
static int |
RecordReaderUtils.getIndexPosition(OrcProto.ColumnEncoding.Kind columnEncoding,
TypeDescription.Category columnType,
OrcProto.Stream.Kind streamType,
boolean isCompressed,
boolean hasNulls)
Get the offset in the index positions for the column that the given
stream starts.
|
Modifier and Type | Method and Description |
---|---|
static BloomFilter |
BloomFilterIO.deserialize(OrcProto.Stream.Kind kind,
OrcProto.ColumnEncoding encoding,
OrcFile.WriterVersion fileVersion,
TypeDescription.Category type,
OrcProto.BloomFilter bloomFilter)
Deserialize a bloom filter from the ORC file.
|
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.