| Interface | Description |
|---|---|
| FileFormatter |
File formatter interface which is wrapped in
WrappedFileFormatter. |
| Class | Description |
|---|---|
| AbstractFileFormatter |
Abstract implementation of
FileFormatter, which gets column details from AbstractOutputFormatter. |
| AbstractOutputFormatter |
Provides abstract implementation of the query output formatter.
|
| CSVSerde |
CSVSerde uses opencsv (http://opencsv.sourceforge.net/) to serialize/deserialize columns as CSV.
|
| FilePersistentFormatter |
File formatter for
PersistedOutputFormatter |
| FileSerdeFormatter |
File format which provides implementation for
InMemoryOutputFormatter |
| HadoopFileFormatter |
A hadoop file formatter
|
| JSonSerde |
This SerDe can be used for processing JSON data in Hive.
|
| LensFileOutputFormat |
File output format which would write Text values in the charset enconding passed.
|
| LensFileOutputFormat.LensRowWriter |
The Class LensRowWriter.
|
| WrappedFileFormatter |
Wraps the formatter
FileFormatter, which can have implementations like HadoopFileFormatter or
ZipFileFormatter. |
| ZipFileFormatter |
Zip file formatter.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.