|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.driver.cube.RewriteUtil
public final class RewriteUtil
The Class RewriteUtil.
Nested Class Summary | |
---|---|
static class |
RewriteUtil.DriverRewriterRunnable
|
Field Summary | |
---|---|
static org.apache.log4j.Logger |
LOG
|
Method Summary | |
---|---|
static DriverQueryPlan |
getRewriterPlan(RewriteUtil.DriverRewriterRunnable rewriter)
|
static boolean |
isCubeQuery(String query)
Checks if is cube query. |
static Map<LensDriver,RewriteUtil.DriverRewriterRunnable> |
rewriteQuery(AbstractQueryContext ctx)
Rewrite query. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.log4j.Logger LOG
Method Detail |
---|
public static Map<LensDriver,RewriteUtil.DriverRewriterRunnable> rewriteQuery(AbstractQueryContext ctx) throws LensException
ctx
- the query context
LensException
- the lens exceptionpublic static DriverQueryPlan getRewriterPlan(RewriteUtil.DriverRewriterRunnable rewriter)
public static boolean isCubeQuery(String query)
query
- the query
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |