|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.cube.parse.SimpleHQLContext org.apache.lens.cube.parse.FactHQLContext
public class FactHQLContext
HQL context class which passes all query strings from the fact and works with required dimensions for the fact.
Field Summary | |
---|---|
static org.apache.commons.logging.Log |
LOG
|
Method Summary | |
---|---|
Map<Dimension,CandidateDim> |
getDimsToQuery()
|
CandidateFact |
getFactToQuery()
|
CubeQueryContext |
getQuery()
|
Methods inherited from class org.apache.lens.cube.parse.SimpleHQLContext |
---|
getFrom, getGroupby, getHaving, getLimit, getOrderby, getSelect, getWhere, toHQL |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.commons.logging.Log LOG
Method Detail |
---|
public CandidateFact getFactToQuery()
public CubeQueryContext getQuery()
public Map<Dimension,CandidateDim> getDimsToQuery()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |