| Package | Description |
|---|---|
| org.apache.lens.lib.query | |
| org.apache.lens.server.api.query |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileFormatter
Abstract implementation of
FileFormatter, which gets column details from AbstractOutputFormatter. |
class |
AbstractOutputFormatter
Provides abstract implementation of the query output formatter.
|
class |
FilePersistentFormatter
File formatter for
PersistedOutputFormatter |
class |
FileSerdeFormatter
File format which provides implementation for
InMemoryOutputFormatter |
class |
HadoopFileFormatter
A hadoop file formatter
|
class |
WrappedFileFormatter
Wraps the formatter
FileFormatter, which can have implementations like HadoopFileFormatter or
ZipFileFormatter. |
class |
ZipFileFormatter
Zip file formatter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InMemoryOutputFormatter
Query result formatter, if the result from driver is in in-memory.
|
interface |
PersistedOutputFormatter
Query 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–2018 Apache Software Foundation. All rights reserved.