Package | Description |
---|---|
org.apache.lens.driver.es | |
org.apache.lens.driver.hive | |
org.apache.lens.driver.jdbc | |
org.apache.lens.server.api.driver | |
org.apache.lens.server.api.query |
Modifier and Type | Method and Description |
---|---|
DriverQueryPlan |
ESDriver.explainAndPrepare(PreparedQueryContext pContext) |
void |
ESDriver.prepare(PreparedQueryContext pContext) |
Modifier and Type | Method and Description |
---|---|
DriverQueryPlan |
HiveDriver.explainAndPrepare(PreparedQueryContext pContext) |
void |
HiveDriver.prepare(PreparedQueryContext pContext) |
Modifier and Type | Method and Description |
---|---|
DriverQueryPlan |
JDBCDriver.explainAndPrepare(PreparedQueryContext pContext)
Explain and prepare the given query.
|
void |
JDBCDriver.prepare(PreparedQueryContext pContext)
Prepare the given query.
|
Modifier and Type | Method and Description |
---|---|
DriverQueryPlan |
LensDriver.explainAndPrepare(PreparedQueryContext pContext)
Explain and prepare the given query.
|
void |
LensDriver.prepare(PreparedQueryContext pContext)
Prepare the given query.
|
Constructor and Description |
---|
QueryContext(PreparedQueryContext prepared,
String user,
LensConf qconf,
org.apache.hadoop.conf.Configuration conf)
Creates context from PreparedQueryContext
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.