Modifier and Type | Method and Description |
---|---|
LensResultSet |
ESDriver.execute(QueryContext context)
Elastic search does not have a concept of prepared query.
|
LensResultSet |
ESDriver.fetchResultSet(QueryContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ESResultSet
The class ESResultset for iterating over elastic search result set
|
Modifier and Type | Class and Description |
---|---|
class |
HiveInMemoryResultSet
The Class HiveInMemoryResultSet.
|
class |
HivePersistentResultSet
The Class HivePersistentResultSet.
|
Modifier and Type | Method and Description |
---|---|
LensResultSet |
HiveDriver.execute(QueryContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCResultSet
The Class JDBCResultSet.
|
Modifier and Type | Method and Description |
---|---|
LensResultSet |
JDBCDriver.execute(QueryContext context)
Blocking execute of the query.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryResultSet
The Class InMemoryResultSet.
|
class |
PartiallyFetchedInMemoryResultSet
This is a wrapper over InMemoryResultSet which pre-fetches requested number of rows in memory.
|
class |
PersistentResultSet
The Class PersistentResultSet.
|
Modifier and Type | Method and Description |
---|---|
LensResultSet |
LensDriver.execute(QueryContext context)
Blocking execute of the query
|
LensResultSet |
LensDriver.fetchResultSet(QueryContext context)
Fetch the results of the query, specified by the handle.
|
LensResultSet |
AbstractLensDriver.fetchResultSet(QueryContext ctx)
Default implementation for fetchResultSet for all drivers.
|
Modifier and Type | Method and Description |
---|---|
LensResultSet |
QueryContext.getDriverResult()
Query result registered by driver
|
Modifier and Type | Method and Description |
---|---|
void |
QueryContext.registerDriverResult(LensResultSet result) |
Modifier and Type | Class and Description |
---|---|
class |
LensPersistentResult
The Class LensPersistentResult.
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.