This project has retired. For details please refer to its Attic page.
FactHQLContext (Lens 2.0.1-beta-incubating API)

org.apache.lens.cube.parse
Class FactHQLContext

java.lang.Object
  extended by org.apache.lens.cube.parse.SimpleHQLContext
      extended by org.apache.lens.cube.parse.FactHQLContext
All Implemented Interfaces:
HQLContextInterface

public class FactHQLContext
extends SimpleHQLContext

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,org.apache.lens.cube.parse.CandidateDim> getDimsToQuery()
           
 org.apache.lens.cube.parse.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

LOG

public static org.apache.commons.logging.Log LOG
Method Detail

getFactToQuery

public org.apache.lens.cube.parse.CandidateFact getFactToQuery()

getQuery

public CubeQueryContext getQuery()

getDimsToQuery

public Map<Dimension,org.apache.lens.cube.parse.CandidateDim> getDimsToQuery()


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.