| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io | |
| org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
| org.apache.hadoop.hive.ql.udf |
| Modifier and Type | Method and Description |
|---|---|
RecordIdentifier |
IOContext.getRecordIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
int |
RecordIdentifier.compareTo(RecordIdentifier other) |
protected int |
RecordIdentifier.compareToInternal(RecordIdentifier other) |
void |
RecordIdentifier.set(RecordIdentifier other)
Set this object to match the given object.
|
void |
IOContext.setRecordIdentifier(RecordIdentifier ri) |
static void |
RecordIdentifier.StructInfo.toArray(RecordIdentifier ri,
Object[] struct)
Copies relevant fields from
ri to struct |
| Modifier and Type | Class and Description |
|---|---|
static class |
OrcRawRecordMerger.ReaderKey
A RecordIdentifier extended with the current write id.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OrcRawRecordMerger.collapse(RecordIdentifier recordIdentifier) |
int |
OrcRawRecordMerger.ReaderKey.compareTo(RecordIdentifier other) |
boolean |
OrcRawRecordMerger.next(RecordIdentifier recordIdentifier,
OrcStruct prev) |
void |
OrcRawRecordMerger.ReaderKey.set(RecordIdentifier other) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.IntWritable |
UDFToInteger.evaluate(RecordIdentifier i)
Convert a RecordIdentifier.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.