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() |
RecordIdentifier |
AcidInputFormat.AcidRecordReader.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 | Method and Description |
---|---|
RecordIdentifier |
OrcRawRecordMerger.createKey() |
RecordIdentifier |
OrcInputFormat.NullKeyRecordReader.getRecordIdentifier() |
Modifier and Type | Method and Description |
---|---|
boolean |
OrcRawRecordMerger.next(RecordIdentifier recordIdentifier,
OrcStruct prev) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.io.IntWritable |
UDFToInteger.evaluate(RecordIdentifier i)
Convert a RecordIdentifier.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.