Modifier and Type | Method and Description |
---|---|
LensResultSetMetadata |
ESResultSet.getMetadata() |
Constructor and Description |
---|
ESResultSet(int size,
Iterable<ResultRow> resultSetIterable,
LensResultSetMetadata metadata) |
Modifier and Type | Class and Description |
---|---|
class |
HiveResultSetMetadata
Instantiates a new hive result set metadata.
|
Modifier and Type | Method and Description |
---|---|
LensResultSetMetadata |
HivePersistentResultSet.getMetadata() |
LensResultSetMetadata |
HiveInMemoryResultSet.getMetadata() |
Modifier and Type | Class and Description |
---|---|
static class |
JDBCResultSet.JDBCResultSetMetadata
Result set metadata of a JDBC query
|
Modifier and Type | Method and Description |
---|---|
LensResultSetMetadata |
JDBCResultSet.getMetadata() |
Modifier and Type | Method and Description |
---|---|
LensResultSetMetadata |
AbstractOutputFormatter.getMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
WrappedFileFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
void |
FileSerdeFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
void |
FilePersistentFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
void |
AbstractOutputFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
void |
AbstractFileFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
static LensResultSetMetadata |
LensResultSetMetadata.fromJson(String json) |
abstract LensResultSetMetadata |
LensResultSet.getMetadata()
Get the result set metadata
|
Modifier and Type | Method and Description |
---|---|
LensResultSetMetadata |
QueryOutputFormatter.getMetadata()
Get resultset metadata
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOutputFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata)
Initialize the formatter.
|
Modifier and Type | Method and Description |
---|---|
LensResultSetMetadata |
LensPersistentResult.getMetadata() |
Constructor and Description |
---|
LensPersistentResult(QueryHandle queryHandle,
LensResultSetMetadata metadata,
String outputPath,
Integer numRows,
Long fileSize,
org.apache.hadoop.conf.Configuration conf)
Instantiates a new lens persistent result.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.