Index

A C D E F G H I J K M N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values

A

addFile(Reader, String) - Method in class org.apache.orc.tools.json.JsonSchemaFinder
 
addFile(String) - Method in class org.apache.orc.tools.json.JsonSchemaFinder
 
addFile(LocatedFileStatus) - Method in class org.apache.orc.tools.ColumnSizes
 
addSchema(TypeDescription) - Method in class org.apache.orc.tools.json.JsonSchemaFinder
 

C

CheckTool - Class in org.apache.orc.tools
Check whether the specified column of multiple ORC files can filter the specified value.
CheckTool() - Constructor for class org.apache.orc.tools.CheckTool
 
close() - Method in class org.apache.orc.tools.convert.CsvReader
 
close() - Method in class org.apache.orc.tools.convert.JsonReader
 
ColumnSizes - Class in org.apache.orc.tools
Given a set of paths, finds all of the "*.orc" files under them and prints the sizes of each column, both as a percentage and the number of bytes per a row.
ColumnSizes(Configuration, LocatedFileStatus) - Constructor for class org.apache.orc.tools.ColumnSizes
 
ConvertTool - Class in org.apache.orc.tools.convert
A conversion tool to convert CSV, JSON OR ORC files into ORC files.
ConvertTool(Configuration, String[]) - Constructor for class org.apache.orc.tools.convert.ConvertTool
 
CsvReader - Class in org.apache.orc.tools.convert
 
CsvReader(Reader, FSDataInputStream, long, TypeDescription, char, char, char, int, String, String) - Constructor for class org.apache.orc.tools.convert.CsvReader
Create a CSV reader

D

DEFAULT_BACKUP_PATH - Static variable in class org.apache.orc.tools.FileDump
 
DEFAULT_BLOCK_SIZE - Static variable in class org.apache.orc.tools.FileDump
 
Driver - Class in org.apache.orc.tools
Driver program for the java ORC utilities.
Driver() - Constructor for class org.apache.orc.tools.Driver
 

E

equals(Object) - Method in class org.apache.orc.tools.json.MapType
 

F

FILE_NAME - Static variable in class org.apache.orc.tools.PrintVersion
 
FileDump - Class in org.apache.orc.tools
A tool for printing out the file structure of ORC files.

G

getAllFilesInPath(Path, Configuration) - Static method in class org.apache.orc.tools.FileDump
 
getProgress() - Method in class org.apache.orc.tools.convert.CsvReader
 
getProgress() - Method in class org.apache.orc.tools.convert.JsonReader
 
getRowNumber() - Method in class org.apache.orc.tools.convert.CsvReader
 
getRowNumber() - Method in class org.apache.orc.tools.convert.JsonReader
 
getSchema() - Method in class org.apache.orc.tools.json.JsonSchemaFinder
 
getSchema() - Method in class org.apache.orc.tools.json.MapType
 
getStackTrace(Throwable) - Static method in class org.apache.orc.tools.json.JsonSchemaFinder
 
getTotalPaddingSize(Reader) - Static method in class org.apache.orc.tools.FileDump
 

H

hashCode() - Method in class org.apache.orc.tools.json.MapType
 
HIDDEN_AND_SIDE_FILE_FILTER - Static variable in class org.apache.orc.tools.FileDump
 

I

indexOf(byte[], byte[], int) - Static method in class org.apache.orc.tools.FileDump
 

J

JsonFileDump - Class in org.apache.orc.tools
File dump tool with json formatted output.
JsonFileDump() - Constructor for class org.apache.orc.tools.JsonFileDump
 
JsonReader - Class in org.apache.orc.tools.convert
 
JsonReader(Reader, FSDataInputStream, long, TypeDescription, String) - Constructor for class org.apache.orc.tools.convert.JsonReader
 
JsonReader(Reader, FSDataInputStream, long, TypeDescription, String, String, String) - Constructor for class org.apache.orc.tools.convert.JsonReader
 
JsonReader(Iterator<JsonElement>, FSDataInputStream, long, TypeDescription, String) - Constructor for class org.apache.orc.tools.convert.JsonReader
 
JsonSchemaFinder - Class in org.apache.orc.tools.json
This class determines the equivalent Hive schema for a group of JSON documents.
JsonSchemaFinder() - Constructor for class org.apache.orc.tools.json.JsonSchemaFinder
 
JsonShredder - Class in org.apache.orc.tools.json
This class takes a set of JSON documents and shreds them into a file per a primitive column.
JsonShredder() - Constructor for class org.apache.orc.tools.json.JsonShredder
 

K

KeyTool - Class in org.apache.orc.tools
Print the information about the encryption keys.
KeyTool(Configuration, String[]) - Constructor for class org.apache.orc.tools.KeyTool
 
kind - Variable in class org.apache.orc.tools.json.MapType
 

M

main(String[]) - Static method in class org.apache.orc.tools.ColumnSizes
 
main(String[]) - Static method in class org.apache.orc.tools.Driver
 
main(String[]) - Static method in class org.apache.orc.tools.FileDump
 
main(String[]) - Static method in class org.apache.orc.tools.json.JsonSchemaFinder
 
main(String[]) - Static method in class org.apache.orc.tools.json.JsonShredder
 
main(String[]) - Static method in class org.apache.orc.tools.RowCount
 
main(Configuration, String[]) - Static method in class org.apache.orc.tools.CheckTool
 
main(Configuration, String[]) - Static method in class org.apache.orc.tools.ColumnSizes
 
main(Configuration, String[]) - Static method in class org.apache.orc.tools.convert.ConvertTool
 
main(Configuration, String[]) - Static method in class org.apache.orc.tools.FileDump
 
main(Configuration, String[]) - Static method in class org.apache.orc.tools.json.JsonSchemaFinder
 
main(Configuration, String[]) - Static method in class org.apache.orc.tools.KeyTool
 
main(Configuration, String[]) - Static method in class org.apache.orc.tools.MergeFiles
 
main(Configuration, String[]) - Static method in class org.apache.orc.tools.RowCount
 
MapType - Class in org.apache.orc.tools.json
 
merge(HiveType) - Method in class org.apache.orc.tools.json.MapType
 
MergeFiles - Class in org.apache.orc.tools
Merge multiple ORC files that all have the same schema into a single ORC file.
MergeFiles() - Constructor for class org.apache.orc.tools.MergeFiles
 

N

nextBatch(VectorizedRowBatch) - Method in class org.apache.orc.tools.convert.CsvReader
 
nextBatch(VectorizedRowBatch) - Method in class org.apache.orc.tools.convert.JsonReader
 

O

org.apache.orc.tools - package org.apache.orc.tools
 
org.apache.orc.tools.convert - package org.apache.orc.tools.convert
 
org.apache.orc.tools.json - package org.apache.orc.tools.json
 

P

PrintData - Class in org.apache.orc.tools
Print the contents of an ORC file as JSON.
PrintData() - Constructor for class org.apache.orc.tools.PrintData
 
printFlat(PrintStream, String) - Method in class org.apache.orc.tools.json.MapType
 
printJsonMetaData(List<String>, Configuration, List<Integer>, boolean, boolean) - Static method in class org.apache.orc.tools.JsonFileDump
 
PrintVersion - Class in org.apache.orc.tools
Print the version of this ORC tool.
PrintVersion() - Constructor for class org.apache.orc.tools.PrintVersion
 

R

RECOVER_READ_SIZE - Static variable in class org.apache.orc.tools.FileDump
 
RowCount - Class in org.apache.orc.tools
Given a set of paths, finds all of the "*.orc" files under them and prints the number of rows in each file.
RowCount() - Constructor for class org.apache.orc.tools.RowCount
 

S

ScanData - Class in org.apache.orc.tools
Scan the contents of an ORC file.
ScanData() - Constructor for class org.apache.orc.tools.ScanData
 
seekToRow(long) - Method in class org.apache.orc.tools.convert.CsvReader
 
seekToRow(long) - Method in class org.apache.orc.tools.convert.JsonReader
 
SEPARATOR - Static variable in class org.apache.orc.tools.FileDump
 
subsumes(HiveType) - Method in class org.apache.orc.tools.json.MapType
 

T

toString() - Method in class org.apache.orc.tools.json.MapType
 

U

UNKNOWN - Static variable in class org.apache.orc.tools.FileDump
 
UNKNOWN - Static variable in class org.apache.orc.tools.PrintVersion
 
A C D E F G H I J K M N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values