| Package | Description |
|---|---|
| org.apache.lens.driver.hive | |
| org.apache.lens.driver.jdbc | |
| org.apache.lens.server.api.driver | |
| org.apache.lens.server.query |
| 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) |
LensResultSet |
HiveDriver.fetchResultSet(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.
|
LensResultSet |
JDBCDriver.fetchResultSet(QueryContext context)
Fetch the results of the query, specified by the handle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryResultSet
The Class InMemoryResultSet.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LensPersistentResult
The Class LensPersistentResult.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.