| Package | Description | 
|---|---|
| org.apache.lens.lib.query | |
| org.apache.lens.server.api.query | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFileFormatterAbstract implementation of  FileFormatter, which gets column details fromAbstractOutputFormatter. | 
| class  | AbstractOutputFormatterProvides abstract implementation of the query output formatter. | 
| class  | FilePersistentFormatterFile formatter for  PersistedOutputFormatter | 
| class  | FileSerdeFormatterFile format which provides implementation for  InMemoryOutputFormatter | 
| class  | HadoopFileFormatterA hadoop file formatter | 
| class  | WrappedFileFormatterWraps the formatter  FileFormatter, which can have implementations likeHadoopFileFormatterorZipFileFormatter. | 
| class  | ZipFileFormatterZip file formatter. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InMemoryOutputFormatterQuery result formatter, if the result from driver is in in-memory. | 
| interface  | PersistedOutputFormatterQuery result formatter, if the result is persisted by driver. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryOutputFormatter | QueryContext. getQueryOutputFormatter()The query output formatter. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | QueryContext. setQueryOutputFormatter(QueryOutputFormatter queryOutputFormatter)The query output formatter. | 
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.