Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addVariableLengthColumns(List<MultiValuedColumnVector>, VectorizedRowBatch) - Static method in class org.apache.orc.mapred.OrcMapredRecordWriter
 - 
Find variable length columns and add them to the list.
 
B
- buildOptions(Configuration) - Static method in class org.apache.orc.mapred.OrcOutputFormat
 - 
This function builds the options for the ORC Writer based on the JobConf.
 - buildOptions(Configuration, Reader, long, long) - Static method in class org.apache.orc.mapred.OrcInputFormat
 - 
Build the Reader.Options object based on the JobConf and the range of bytes.
 
C
- close() - Method in class org.apache.orc.mapred.OrcMapredRecordReader
 - close() - Method in class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 - close(Reporter) - Method in class org.apache.orc.mapred.OrcMapredRecordWriter
 - close(TaskAttemptContext) - Method in class org.apache.orc.mapreduce.OrcMapreduceRecordWriter
 - compareTo(OrcKey) - Method in class org.apache.orc.mapred.OrcKey
 - compareTo(OrcList<E>) - Method in class org.apache.orc.mapred.OrcList
 - compareTo(OrcMap<K, V>) - Method in class org.apache.orc.mapred.OrcMap
 - compareTo(OrcStruct) - Method in class org.apache.orc.mapred.OrcStruct
 - compareTo(OrcUnion) - Method in class org.apache.orc.mapred.OrcUnion
 - configure(JobConf) - Method in class org.apache.orc.mapred.OrcKey
 - configure(JobConf) - Method in class org.apache.orc.mapred.OrcValue
 - createKey() - Method in class org.apache.orc.mapred.OrcMapredRecordReader
 - createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.orc.mapreduce.OrcInputFormat
 - createValue() - Method in class org.apache.orc.mapred.OrcMapredRecordReader
 - createValue(TypeDescription) - Static method in class org.apache.orc.mapred.OrcStruct
 
E
- equals(Object) - Method in class org.apache.orc.mapred.OrcKey
 - equals(Object) - Method in class org.apache.orc.mapred.OrcList
 - equals(Object) - Method in class org.apache.orc.mapred.OrcMap
 - equals(Object) - Method in class org.apache.orc.mapred.OrcStruct
 - equals(Object) - Method in class org.apache.orc.mapred.OrcUnion
 
G
- getCurrentKey() - Method in class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 - getCurrentValue() - Method in class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 - getDefaultWorkFile(TaskAttemptContext, String) - Method in class org.apache.orc.mapreduce.OrcOutputFormat
 - getFieldValue(int) - Method in class org.apache.orc.mapred.OrcStruct
 - getFieldValue(String) - Method in class org.apache.orc.mapred.OrcStruct
 - getMaxChildLength(List<MultiValuedColumnVector>) - Static method in class org.apache.orc.mapred.OrcMapredRecordWriter
 - 
Get the longest variable length vector in a column vector
 - getNumFields() - Method in class org.apache.orc.mapred.OrcStruct
 - getObject() - Method in class org.apache.orc.mapred.OrcUnion
 - getPos() - Method in class org.apache.orc.mapred.OrcMapredRecordReader
 - getProgress() - Method in class org.apache.orc.mapred.OrcMapredRecordReader
 - getProgress() - Method in class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 - getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.orc.mapred.OrcInputFormat
 - getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.orc.mapred.OrcOutputFormat
 - getRecordWriter(TaskAttemptContext) - Method in class org.apache.orc.mapreduce.OrcOutputFormat
 - getSchema() - Method in class org.apache.orc.mapred.OrcStruct
 - 
Get the schema for this object.
 - getTag() - Method in class org.apache.orc.mapred.OrcUnion
 
H
- hashCode() - Method in class org.apache.orc.mapred.OrcKey
 - hashCode() - Method in class org.apache.orc.mapred.OrcList
 - hashCode() - Method in class org.apache.orc.mapred.OrcMap
 - hashCode() - Method in class org.apache.orc.mapred.OrcStruct
 - hashCode() - Method in class org.apache.orc.mapred.OrcUnion
 
I
- initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 
K
L
- listStatus(JobConf) - Method in class org.apache.orc.mapred.OrcInputFormat
 - 
Filter out the 0 byte files, so that we don't generate splits for the empty ORC files.
 - listStatus(JobContext) - Method in class org.apache.orc.mapreduce.OrcInputFormat
 
N
- next(NullWritable, V) - Method in class org.apache.orc.mapred.OrcMapredRecordReader
 - nextKeyValue() - Method in class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 - nextValue(ColumnVector, int, TypeDescription, Object) - Static method in class org.apache.orc.mapred.OrcMapredRecordReader
 
O
- OrcInputFormat<V extends WritableComparable> - Class in org.apache.orc.mapred
 - 
A MapReduce/Hive input format for ORC files.
 - OrcInputFormat<V extends WritableComparable> - Class in org.apache.orc.mapreduce
 - 
An ORC input format that satisfies the org.apache.hadoop.mapreduce API.
 - OrcInputFormat() - Constructor for class org.apache.orc.mapred.OrcInputFormat
 - OrcInputFormat() - Constructor for class org.apache.orc.mapreduce.OrcInputFormat
 - OrcKey - Class in org.apache.orc.mapred
 - 
This type provides a wrapper for OrcStruct so that it can be sent through the MapReduce shuffle as a key.
 - OrcKey() - Constructor for class org.apache.orc.mapred.OrcKey
 - OrcKey(WritableComparable) - Constructor for class org.apache.orc.mapred.OrcKey
 - OrcList<E extends WritableComparable> - Class in org.apache.orc.mapred
 - 
An ArrayList implementation that implements Writable.
 - OrcList(TypeDescription) - Constructor for class org.apache.orc.mapred.OrcList
 - OrcList(TypeDescription, int) - Constructor for class org.apache.orc.mapred.OrcList
 - OrcMap<K extends WritableComparable,
V extends WritableComparable> - Class in org.apache.orc.mapred  - 
A TreeMap implementation that implements Writable.
 - OrcMap(TypeDescription) - Constructor for class org.apache.orc.mapred.OrcMap
 - OrcMapredRecordReader<V extends WritableComparable> - Class in org.apache.orc.mapred
 - 
This record reader implements the org.apache.hadoop.mapred API.
 - OrcMapredRecordReader(Reader, Reader.Options) - Constructor for class org.apache.orc.mapred.OrcMapredRecordReader
 - OrcMapredRecordReader(Reader, Reader.Options, int) - Constructor for class org.apache.orc.mapred.OrcMapredRecordReader
 - OrcMapredRecordReader(RecordReader, TypeDescription) - Constructor for class org.apache.orc.mapred.OrcMapredRecordReader
 - OrcMapredRecordWriter<V extends Writable> - Class in org.apache.orc.mapred
 - OrcMapredRecordWriter(Writer) - Constructor for class org.apache.orc.mapred.OrcMapredRecordWriter
 - OrcMapredRecordWriter(Writer, int) - Constructor for class org.apache.orc.mapred.OrcMapredRecordWriter
 - OrcMapredRecordWriter(Writer, int, int) - Constructor for class org.apache.orc.mapred.OrcMapredRecordWriter
 - OrcMapreduceRecordReader<V extends WritableComparable> - Class in org.apache.orc.mapreduce
 - 
This record reader implements the org.apache.hadoop.mapreduce API.
 - OrcMapreduceRecordReader(Reader, Reader.Options) - Constructor for class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 - OrcMapreduceRecordReader(Reader, Reader.Options, int) - Constructor for class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 - OrcMapreduceRecordReader(RecordReader, TypeDescription) - Constructor for class org.apache.orc.mapreduce.OrcMapreduceRecordReader
 - OrcMapreduceRecordWriter<V extends Writable> - Class in org.apache.orc.mapreduce
 - OrcMapreduceRecordWriter(Writer) - Constructor for class org.apache.orc.mapreduce.OrcMapreduceRecordWriter
 - OrcMapreduceRecordWriter(Writer, int) - Constructor for class org.apache.orc.mapreduce.OrcMapreduceRecordWriter
 - OrcMapreduceRecordWriter(Writer, int, int) - Constructor for class org.apache.orc.mapreduce.OrcMapreduceRecordWriter
 - OrcOutputFormat<V extends Writable> - Class in org.apache.orc.mapred
 - 
An ORC output format that satisfies the org.apache.hadoop.mapred API.
 - OrcOutputFormat<V extends Writable> - Class in org.apache.orc.mapreduce
 - 
An ORC output format that satisfies the org.apache.hadoop.mapreduce API.
 - OrcOutputFormat() - Constructor for class org.apache.orc.mapred.OrcOutputFormat
 - OrcOutputFormat() - Constructor for class org.apache.orc.mapreduce.OrcOutputFormat
 - OrcStruct - Class in org.apache.orc.mapred
 - OrcStruct(TypeDescription) - Constructor for class org.apache.orc.mapred.OrcStruct
 - OrcTimestamp - Class in org.apache.orc.mapred
 - 
A Timestamp implementation that implements Writable.
 - OrcTimestamp() - Constructor for class org.apache.orc.mapred.OrcTimestamp
 - OrcTimestamp(long) - Constructor for class org.apache.orc.mapred.OrcTimestamp
 - OrcTimestamp(String) - Constructor for class org.apache.orc.mapred.OrcTimestamp
 - OrcUnion - Class in org.apache.orc.mapred
 - 
An in-memory representation of a union type.
 - OrcUnion(TypeDescription) - Constructor for class org.apache.orc.mapred.OrcUnion
 - OrcValue - Class in org.apache.orc.mapred
 - 
This type provides a wrapper for OrcStruct so that it can be sent through the MapReduce shuffle as a value.
 - OrcValue() - Constructor for class org.apache.orc.mapred.OrcValue
 - OrcValue(WritableComparable) - Constructor for class org.apache.orc.mapred.OrcValue
 - org.apache.orc.mapred - package org.apache.orc.mapred
 - 
This package provides convenient access to ORC files using Hadoop's MapReduce InputFormat and OutputFormat.
 - org.apache.orc.mapreduce - package org.apache.orc.mapreduce
 
P
- parseInclude(TypeDescription, String) - Static method in class org.apache.orc.mapred.OrcInputFormat
 - 
Convert a string with a comma separated list of column ids into the array of boolean that match the schemas.
 
R
- readFields(DataInput) - Method in class org.apache.orc.mapred.OrcKey
 - readFields(DataInput) - Method in class org.apache.orc.mapred.OrcList
 - readFields(DataInput) - Method in class org.apache.orc.mapred.OrcMap
 - readFields(DataInput) - Method in class org.apache.orc.mapred.OrcStruct
 - readFields(DataInput) - Method in class org.apache.orc.mapred.OrcTimestamp
 - readFields(DataInput) - Method in class org.apache.orc.mapred.OrcUnion
 - readFields(DataInput) - Method in class org.apache.orc.mapred.OrcValue
 
S
- set(int, WritableComparable) - Method in class org.apache.orc.mapred.OrcUnion
 - set(String) - Method in class org.apache.orc.mapred.OrcTimestamp
 - setAllFields(WritableComparable...) - Method in class org.apache.orc.mapred.OrcStruct
 - 
Set all of the fields in the struct
 - setColumn(TypeDescription, ColumnVector, int, Writable) - Static method in class org.apache.orc.mapred.OrcMapredRecordWriter
 - setFieldValue(int, WritableComparable) - Method in class org.apache.orc.mapred.OrcStruct
 - setFieldValue(String, WritableComparable) - Method in class org.apache.orc.mapred.OrcStruct
 - setSearchArgument(Configuration, SearchArgument, String[]) - Static method in class org.apache.orc.mapred.OrcInputFormat
 - 
Put the given SearchArgument into the configuration for an OrcInputFormat.
 - setSearchArgument(Configuration, SearchArgument, String[]) - Static method in class org.apache.orc.mapreduce.OrcInputFormat
 - 
Put the given SearchArgument into the configuration for an OrcInputFormat.
 - SKIP_TEMP_DIRECTORY - Static variable in class org.apache.orc.mapreduce.OrcOutputFormat
 
T
- toString() - Method in class org.apache.orc.mapred.OrcStruct
 - toString() - Method in class org.apache.orc.mapred.OrcUnion
 
V
W
- write(DataOutput) - Method in class org.apache.orc.mapred.OrcKey
 - write(DataOutput) - Method in class org.apache.orc.mapred.OrcList
 - write(DataOutput) - Method in class org.apache.orc.mapred.OrcMap
 - write(DataOutput) - Method in class org.apache.orc.mapred.OrcStruct
 - write(DataOutput) - Method in class org.apache.orc.mapred.OrcTimestamp
 - write(DataOutput) - Method in class org.apache.orc.mapred.OrcUnion
 - write(DataOutput) - Method in class org.apache.orc.mapred.OrcValue
 - write(NullWritable, V) - Method in class org.apache.orc.mapred.OrcMapredRecordWriter
 - write(NullWritable, V) - Method in class org.apache.orc.mapreduce.OrcMapreduceRecordWriter
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form