Modifier and Type | Method and Description |
---|---|
List<ResultRow> |
InMemoryQueryResult.getRows()
The rows.
|
Constructor and Description |
---|
InMemoryQueryResult(List<ResultRow> rows) |
Modifier and Type | Method and Description |
---|---|
ResultRow |
ESResultSet.next() |
Constructor and Description |
---|
ESResultSet(int size,
Iterable<ResultRow> resultSetIterable,
LensResultSetMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ResultRow |
HiveInMemoryResultSet.next() |
Modifier and Type | Method and Description |
---|---|
ResultRow |
JDBCResultSet.next() |
Modifier and Type | Method and Description |
---|---|
void |
FileSerdeFormatter.writeRow(ResultRow row) |
Modifier and Type | Method and Description |
---|---|
ResultRow |
PartiallyFetchedInMemoryResultSet.next() |
abstract ResultRow |
InMemoryResultSet.next()
Read the next result row.
|
Modifier and Type | Method and Description |
---|---|
List<ResultRow> |
PartiallyFetchedInMemoryResultSet.getPreFetchedRows() |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryOutputFormatter.writeRow(ResultRow row)
Write a row of the result.
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.