| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryOutputFormatter | |
|---|---|
| org.apache.lens.lib.query | |
| org.apache.lens.server.api.query | |
| Uses of QueryOutputFormatter in org.apache.lens.lib.query | 
|---|
| Classes in org.apache.lens.lib.query that implement QueryOutputFormatter | |
|---|---|
|  class | AbstractFileFormatterAbstract implementation of FileFormatter, which gets column details fromAbstractOutputFormatter. | 
|  class | AbstractOutputFormatterProvides abstract implementation of the query output formatter. | 
|  class | FilePersistentFormatterFile formatter for PersistedOutputFormatterThis is aWrappedFileFormatterwhich can wrap anyFileFormatter. | 
|  class | FileSerdeFormatterFile format which provides implementation for InMemoryOutputFormatterThis is a wrapped formatter, which serializes the rows of the result with configured serde. | 
|  class | HadoopFileFormatterA hadoop file formatter This has capability to create output on Hadoop compatible files systems, with hadoop supported compression codecs. | 
|  class | WrappedFileFormatterWraps the formatter FileFormatter, which can have implementations likeHadoopFileFormatterorZipFileFormatter. | 
|  class | ZipFileFormatterZip file formatter. | 
| Uses of QueryOutputFormatter in org.apache.lens.server.api.query | 
|---|
| Subinterfaces of QueryOutputFormatter in org.apache.lens.server.api.query | |
|---|---|
|  interface | InMemoryOutputFormatterQuery result formatter, if the result from driver is in in-memory. | 
|  interface | PersistedOutputFormatterQuery result formatter, if the result is persisted by driver. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||